MimeParameterWriter::InitializeRequest Method (WebRequest^, array<Object^>^)
.NET Framework (current version)
When overridden in a derived class, initializes the out-going HTTP request.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
Available since 1.1
Show: