System.Web.Services.Protocols.HttpPostClientProtocol.GetWebRequest Method

Creates a System.Net.WebRequest instance for the specified URI.

Syntax

protected override System.Net.WebRequest GetWebRequest (Uri uri)

Parameters

uri
The Uri to use when creating the System.Net.WebRequest.

Returns

The System.Net.WebRequest instance.

Remarks

This method overrides the base version of WebClientProtocol.GetWebRequest(Uri) to specify that the HTTP request to the XML Web service is made using HTTP-POST. By overriding this method, you can customize the System.Net.WebRequest object before the XML Web service request is made. For example, you can add a custom header to the request.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0