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)

Public Overrides Sub InitializeRequest (
	request As WebRequest,
	values As Object()
)

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: