MimeParameterWriter::UsesWriteRequest Property
.NET Framework (current version)
Gets a value that indicates whether Web method parameter values are serialized to the out-going HTTP request body.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System::Booleantrue if the Web method parameter values are serialized to the out-going HTTP request body; otherwise false.
The UsesWriteRequest property determines whether the WriteRequest method is invoked.
The MimeParameterWriter class's implementation of UsesWriteRequest returns a value of false. The only derived class that overrides UsesWriteRequest is HtmlFormParameterWriter, whose implementation returns a value of true.
.NET Framework
Available since 1.1
Available since 1.1
Show: