asp.net.ph

HttpWorkerRequest.IsEntireEntityBodyIsPreloaded Method

System.Web Namespace   HttpWorkerRequest Class


Returns a value indicating whether all request data is available and no further reads from the client are required.

[ VB ]
<ComVisible ( False ) >
Overridable Public Function IsEntireEntityBodyIsPreloaded ( ) As _
   Boolean

[ C# ]
 [ ComVisible ( false ) ] 
public virtual bool IsEntireEntityBodyIsPreloaded ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual bool IsEntireEntityBodyIsPreloaded ( );

[ JScript ]
public ComVisible ( false ) 
function IsEntireEntityBodyIsPreloaded ( ) : Boolean;

Return Value

This property returns only a boolean value: true if all request data is available; otherwise, false.

The property is read only with no default value.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note