SoapProtocolImporter::ProtocolName Property

 
Use BaseTrue

Gets a value of "Soap".

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

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

Property Value

Type: System::String^

A String object that contains the string "Soap".

.NET Framework
Available since 1.1
Return to top
Show: