WebReference::ProtocolName Property
.NET Framework (current version)
Gets or sets the protocol associated with the Web reference.
Assembly: System.Web.Services (in System.Web.Services.dll)
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 Documents collection.
For more information on SOAP, see the World Wide Web Consortium Web site, at www.w3.org.
The following code example illustrates the use of this property. This code example is part of a larger example provided for the WebReference class.
// Create a web referernce using the WSDL collection. WebReference reference = new WebReference(wsdlCollection, space); reference.ProtocolName = "Soap12";
.NET Framework
Available since 2.0
Available since 2.0
Show: