HtmlFormParameterWriter::InitializeRequest Method (WebRequest^, array<Object^>^)

 
Use BaseTrue

Initializes the outgoing HTTP request.

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

public:
virtual void InitializeRequest(
	WebRequest^ request,
	array<Object^>^ values
) override

Parameters

request
Type: System.Net::WebRequest^

The outgoing request.

values
Type: array<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: