PolicyConversionContext::BindingElements Property

 

Gets a collection of binding elements to which custom binding elements that implement policy assertions are added.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property BindingElementCollection^ BindingElements {
	virtual BindingElementCollection^ get() abstract;
}

Property Value

Type: System.ServiceModel.Channels::BindingElementCollection^

A BindingElementCollection that contains the binding elements for an endpoint.

.NET Framework
Available since 3.0
Return to top
Show: