asp.net.ph

HttpWorkerRequest.GetPreloadedEntityBody Method

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 [ ];

Return Value

The portion of the request body that has been read.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph