Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CustomBinding.CreateBindingElements Method

Definition

Namespace:
System.ServiceModel.Channels
Assemblies:
System.ServiceModel.dll, System.ServiceModel.Primitives.dll
Assembly:
System.ServiceModel.Primitives.dll
Assembly:
System.ServiceModel.dll
Package:
System.ServiceModel.Primitives v10.0.652802
Source:
CustomBinding.cs
Source:
CustomBinding.cs
Source:
CustomBinding.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns a generic collection of the binding elements from the custom binding.

public:
 override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection

Returns

An ICollection<T> object of type BindingElement that contains the binding elements from the custom binding.

Applies to


Feedback

Was this page helpful?