WS2007FederationHttpRelayBinding.GetTransport Method

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

When implemented in a derived class, returns the transport binding element from the current Service Bus binding.

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

Usage

    Dim returnValue As TransportBindingElement

returnValue = Me.GetTransport

Syntax

'Declaration
Protected Overrides Function GetTransport As TransportBindingElement
protected override TransportBindingElement GetTransport ()
protected:
virtual TransportBindingElement^ GetTransport () override
protected TransportBindingElement GetTransport ()
protected override function GetTransport () : TransportBindingElement

Return Value

Returns TransportBindingElement. Contains the transport binding element from the current Service Bus binding.

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