System.Web Namespace HttpWorkerRequest Class
Returns a value indicating whether the request contains body data.
[ VB ]
<ComVisible ( False ) >
public Function HasEntityBody ( ) As Boolean
[ C# ]
[ ComVisible ( false ) ]
public bool HasEntityBody ( );
[ C++ ]
[ ComVisible ( false ) ]
public: bool HasEntityBody ( );
[ JScript ]
public ComVisible ( false )
function HasEntityBody ( ) : Boolean;
This property returns only a boolean value: true if the request contains body data; otherwise, false.
The property is read only with no default value.
HttpWorkerRequest Members HttpRuntime Class