This documentation is archived and is not being maintained.

SoapTransportImporter.IsSupportedTransport Method

When overridden in a derived class, this method determines whether the specified transport protocol is supported by the XML Web service.

[Visual Basic]
Public MustOverride Function IsSupportedTransport( _
   ByVal transport As String _
) As Boolean
[C#]
public abstract bool IsSupportedTransport(
 string transport
);
[C++]
public: virtual bool IsSupportedTransport(
 String* transport
) = 0;
[JScript]
public abstract function IsSupportedTransport(
   transport : String
) : Boolean;

Parameters

transport
A URI representing the transport protocol to be checked.

Return Value

true if the transport protocol is supported; otherwise, false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

SoapTransportImporter Class | SoapTransportImporter Members | System.Web.Services.Description Namespace

Show: