HtmlFormParameterWriter::UsesWriteRequest Property
.NET Framework (current version)
Gets a value that indicates whether Web method parameter values are serialized to the outgoing HTTP request body.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System::Booleantrue to indicate that the Web method parameters are serialized. This property always returns true.
The UsesWriteRequest property determines whether the WriteRequest method is invoked.
.NET Framework
Available since 1.1
Available since 1.1
Show: