HtmlFormParameterWriter::Encode Method

 

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_protmethodEncode(TextWriter^, array<Object^>^)

Encodes all the parameter values for a Web method and writes them to the specified writer.(Inherited from UrlEncodedParameterWriter.)

System_CAPS_protmethodEncode(TextWriter^, String^, Object^)

Encodes a specified parameter value and writes it to the specified writer.(Inherited from UrlEncodedParameterWriter.)

Return to top
Show: