System.Web.Services.Protocols.MimeParameterWriter.UsesWriteRequest Property

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

Syntax

public virtual bool UsesWriteRequest { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MimeParameterWriter.UsesWriteRequest property determines whether the MimeParameterWriter.WriteRequest(System.IO.Stream, Object[]) method is invoked.

The System.Web.Services.Protocols.MimeParameterWriter class's implementation of MimeParameterWriter.UsesWriteRequest returns a value of false. The only derived class that overrides MimeParameterWriter.UsesWriteRequest is System.Web.Services.Protocols.HtmlFormParameterWriter, whose implementation returns a value of true.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0