System.Web.Services.Protocols.UrlEncodedParameterWriter: Method Members

The methods of System.Web.Services.Protocols.UrlEncodedParameterWriter are listed below. For a list of all members, see the UrlEncodedParameterWriter Members list.

See Also: Inherited members from System.Web.Services.Protocols.MimeParameterWriter

Public Methods

override
GetInitializer(LogicalMethodInfo) : object

Returns an initializer for the specified method.

override
Initialize(object)

Initializes an instance.

Protected Methods

Encode(System.IO.TextWriter, object[])

Encodes all the parameter values for a Web method and writes them to the specified writer.

Encode(System.IO.TextWriter, string, object)

Encodes a specified parameter value and writes it to the specified writer.