This documentation is archived and is not being maintained.
HttpWorkerRequest.HasEntityBody Method
.NET Framework 1.1
Returns a value indicating whether the request contains body data.
[Visual Basic] Public Function HasEntityBody() As Boolean [C#] public bool HasEntityBody(); [C++] public: bool HasEntityBody(); [JScript] public function HasEntityBody() : Boolean;
Return Value
true if the request contains body data; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: