SoapTransportImporter::IsSupportedTransport Method (String^)

 

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

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
virtual bool IsSupportedTransport(
	String^ transport
) abstract

Parameters

transport
Type: System::String^

A URI representing the transport protocol to be checked.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: