System.Web.Services.Protocols.HtmlFormParameterWriter Members

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

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

Public Constructors

Public Properties

[read-only]
override
UsesWriteRequestbool.

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

Public Methods

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

Initializes the outgoing HTTP request.

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

Serializes Web method parameter values into a stream representing the outgoing HTTP request body.