Share via


MessagingConfiguration.GetTransport Method

Gets the SOAP transport from the collection that corresponds to the specified scheme.

Namespace: Microsoft.Web.Services3.Messaging.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim scheme As String
Dim returnValue As ISoapTransport
Dim messagingConfiguration1 As MessagingConfiguration
returnValue = messagingConfiguration1.GetTransport(scheme)

Syntax

'Declaration
Public Function GetTransport( _
    ByVal scheme As String _
) As ISoapTransport
public ISoapTransport GetTransport(
    string scheme
);
public:
ISoapTransport^ GetTransport(
    String^ scheme
);
public ISoapTransport GetTransport(
    System.String scheme
);
public function GetTransport(
     scheme : String
) : ISoapTransport;

Parameters

  • scheme
    A unique value that specifies the transport scheme.

Return Value

An ISoapTransport of a type that corresponds to the specified transport scheme.

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 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

MessagingConfiguration Class
MessagingConfiguration Members
Microsoft.Web.Services3.Messaging.Configuration Namespace