System.Web Namespace HttpWorkerRequest Class
Returns the portion of the HTTP request body that has already been read.
[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetPreloadedEntityBody ( ) As Byte ( )
[ C# ]
[ ComVisible ( false ) ]
public virtual byte [ ] GetPreloadedEntityBody ( );
[ C++ ]
[ ComVisible ( false ) ]
public: virtual unsigned char GetPreloadedEntityBody ( ) __gc [ ];
[ JScript ]
public ComVisible ( false )
function GetPreloadedEntityBody ( ) : Byte [ ];
The portion of the request body that has been read.
HttpWorkerRequest Members HttpRuntime Class