Share via


SoapTransport.GetTransport Method (String)

Get the transport associated with the specified scheme.

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

Usage

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

Syntax

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

Parameters

  • scheme
    A transport scheme.

Return Value

A ISoapTransport representing the transport associated with the specified 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

SoapTransport Class
SoapTransport Members
Microsoft.Web.Services3.Messaging Namespace