System.Web.Services.Protocols.UrlEncodedParameterWriter Members

The members of System.Web.Services.Protocols.UrlEncodedParameterWriter are listed below.

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

Protected Constructors

Public Properties

override
RequestEncodingSystem.Text.Encoding.

Gets or sets the encoding used to write parameters to the HTTP request.

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.