WebHttpRelayBinding.CreateBindingElements Method

Definition

Creates a collection with the binding elements for the 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 contains the ordered stack of binding elements used by the WebHttpRelayBinding.

Applies to