HtmlFormParameterWriter.InitializeRequest Method (WebRequest, Object[])

 
Use BaseTrue

Initializes the outgoing HTTP request.

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

override InitializeRequest : 
        request:WebRequest *
        values:Object[] -> unit

Parameters

request
Type: System.Net.WebRequest

The outgoing request.

values
Type: System.Object[]

The Web method parameter values.

The outgoing request allows HTTP and other transport protocols.

.NET Framework
Available since 1.1
Return to top
Show: