System.Web.Services.Protocols.MimeParameterWriter Members

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

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

Protected Constructors

Public Properties

RequestEncodingSystem.Text.Encoding.

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

[read-only]
UsesWriteRequestbool.

Gets a value that indicates whether Web method parameter values are serialized to the out-going HTTP request body.

Public Methods

GetRequestUrl(string, object[]) : string

When overridden in a derived class, modifies the outgoing HTTP request's Uniform Request Locator (URL).

InitializeRequest(System.Net.WebRequest, object[])

When overridden in a derived class, initializes the out-going HTTP request.

WriteRequest(System.IO.Stream, object[])

When overridden in a derived class, serializes Web method parameter values into a stream representing the outgoing HTTP request body.