ProtocolImporter::ProtocolName Property

 
Use BaseTrue

Abstract property that concrete derived classes must implement to get the name of the protocol being used.

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

public:
property String^ ProtocolName {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

The name of the protocol being used.

.NET Framework
Available since 1.1
Return to top
Show: