HtmlFormParameterWriter::InitializeRequest Method (WebRequest^, array<Object^>^)
.NET Framework (current version)
Initializes the outgoing HTTP request.
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
Available since 1.1
Show: