HttpWebClientProtocol.GetWebRequest Method (Uri)

 

Creates a WebRequest for the specified URI.

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

override GetWebRequest : 
        uri:Uri -> WebRequest

Parameters

uri
Type: System.Uri

The Uri for creating the WebRequest.

Return Value

Type: System.Net.WebRequest

The created WebRequest.

Exception Condition
InvalidOperationException

The uri parameter is null.

.NET Framework
Available since 1.1
Return to top
Show: