UrlEncodedParameterWriter::Encode Method (TextWriter^, String^, Object^)
.NET Framework (current version)
Encodes a specified parameter value and writes it 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.
- name
-
Type:
System::String^
The name of the parameter that will be encoded.
- value
-
Type:
System::Object^
The value of the parameter that will be encoded.
The other signature of the Encode method, Encode, which is called for each Web method, calls this signature of the Encode method for each of the parameter values, including individual items in arrays.
.NET Framework
Available since 1.1
Available since 1.1
Show: