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