WS2007FederationHttpRelayBinding.CreateBindingElements Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an ordered collection of binding elements contained in the current Service Bus binding.

Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim instance As WS2007FederationHttpRelayBinding
Dim returnValue As BindingElementCollection

returnValue = instance.CreateBindingElements

Syntax

'Declaration
Public Overrides Function CreateBindingElements As BindingElementCollection
public override BindingElementCollection CreateBindingElements ()
public:
virtual BindingElementCollection^ CreateBindingElements () override
public BindingElementCollection CreateBindingElements ()
public override function CreateBindingElements () : BindingElementCollection

Return Value

Returns BindingElementCollection. Contains the objects for the binding.

Remarks

The order of the binding elements is important. It reflects the order in which the protocol and transport channels are constructed and stacked.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WS2007FederationHttpRelayBinding Class
WS2007FederationHttpRelayBinding Members
Microsoft.ServiceBus Namespace