System.Web.Services.Protocols.HttpGetClientProtocol.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-GET. By overriding this method, additional customizations can be made to the System.Net.WebRequest object before the XML Web service request is made. For example you could 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