HtmlFormParameterWriter.UsesWriteRequest Property

Definition

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

public:
 virtual property bool UsesWriteRequest { bool get(); };
public override bool UsesWriteRequest { get; }
member this.UsesWriteRequest : bool
Public Overrides ReadOnly Property UsesWriteRequest As Boolean

Property Value

true to indicate that the Web method parameters are serialized. This property always returns true.

Remarks

The UsesWriteRequest property determines whether the WriteRequest method is invoked.

Applies to