NetTcpRelayBindingBase.CreateBindingElements Method

Definition

Retrieves an ordered collection of binding elements contained in the current binding.

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

Returns

Returns a BindingElementCollection that makes up the binding.

Applies to