HttpPostClientProtocol.GetWebRequest Method
.NET Framework 2.0
Creates a WebRequest instance for the specified URI.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
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.This method overrides the base version of GetWebRequest to specify that the HTTP request to the XML Web service is made using HTTP-POST. By overriding this method, you can customize the WebRequest object before the XML Web service request is made. For example, you can 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.Community Additions
ADD
Show: