HtmlFormParameterWriter::UsesWriteRequest Property

 
Use BaseTrue

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

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property bool UsesWriteRequest {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: