NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ClientProtocol Class

Specifies the base class for all web service protocol client proxies that use the HTTP protocol.

Object
   Component
      ClientProtocol

[Visual Basic]
MustInherit Public Class ClientProtocol
   Inherits Component
[C#]
public abstract class ClientProtocol : Component
[C++]
public __gc __abstract class ClientProtocol : public Component
[JScript]
public abstract class ClientProtocol extends Component

Remarks

This class provides properties for customizing web service requests. Many of the properties are set on the HttpWebRequest, used to make the web service request.

Requirements

Namespace: System.Web.Services.Protocols

Assembly: System.Web.Services.dll

See Also

ClientProtocol Members | System.Web.Services.Protocols Namespace | HttpClientProtocol | SoapClientProtocol | HttpWebRequest