HttpGetClientProtocol.GetWebRequest Method

Creates a WebRequest instance for the specified URI.

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)

protected:
virtual WebRequest^ GetWebRequest (
	Uri^ uri
) override
protected WebRequest GetWebRequest (
	Uri uri
)
protected override function GetWebRequest (
	uri : Uri
) : WebRequest
Not applicable.

Parameters

uri

The Uri to use when creating the WebRequest.

Return Value

The WebRequest instance.

Exception typeCondition

InvalidOperationException

The uri parameter is null or has a length of zero.

This method overrides the base version of GetWebRequest 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 WebRequest object before the XML Web service request is made. For example you could add a custom header to the request.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: