System.Web.Services.Protocols.WebClientProtocol.GetWebRequest Method

Creates a System.Net.WebRequest instance for the specified uri. This protected method is called by the XML Web service client infrastructure to get a new System.Net.WebRequest transport object to transmit the XML Web service request.

Syntax

protected virtual 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 can be overridden to customize 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