UrlEncodedParameterWriter::Encode Method (TextWriter^, array<Object^>^)
.NET Framework (current version)
Encodes all the parameter values for a Web method and writes them to the specified writer.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- writer
-
Type:
System.IO::TextWriter^
A TextWriter object that does the writing to the HTTP request.
- values
-
Type:
array<System::Object^>^
The Web method parameter values.
This overload of the Encode method calls the other overload, Encode, for each of the parameter values, including individual items in arrays.
.NET Framework
Available since 1.1
Available since 1.1
Show: