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


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