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

 
Use BaseTrue

When overridden in a derived class, initializes the out-going 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
)

Parameters

request
Type: System.Net::WebRequest^

The out-going request, where the WebRequest class allows transport protocols besides HTTP.

values
Type: array<System::Object^>^

The Web method parameter values.

Of the classes derived from MimeParameterWriter, only HtmlFormParameterWriter implements the MimeParameterWriter method.

.NET Framework
Available since 1.1
Return to top
Show: