System.Web.Services.Description.WebReference.ProtocolName Property

Gets or sets the protocol associated with the Web reference.

Syntax

public string ProtocolName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Allowed protocol strings include "Soap" (indicating SOAP 1.0) and "Soap12" (indicating SOAP 1.2). The value of this property determines the protocol used by proxy clients when contacting any XML Web service in the WebReference.Documents collection.

For more information on SOAP, see the World Wide Web Consortium Web site, at www.w3.org.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0