System.Web.Services.Protocols.SoapHttpClientProtocol.GetWebRequest Method

Creates a System.Net.WebRequest 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 for the specified URI.

Remarks

This method can be overridden to customize the System.Net.WebRequest 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