asp.net.ph

HttpWorkerRequest.ReadEntityBody Method

System.Web Namespace   HttpWorkerRequest Class


Reads request data from the client ( when not preloaded ).

[ VB ]
<ComVisible ( False ) >
Overridable Public Function ReadEntityBody ( _
   ByVal buffer ( ) As Byte, _
   ByVal size As Integer _
) As Integer

[ C# ]
 [ ComVisible ( false ) ] 
public virtual int ReadEntityBody (
   byte [ ] buffer,
   int size
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual int ReadEntityBody (
   unsigned char buffer __gc [ ],
   int size
);

[ JScript ]
public ComVisible ( false ) 
function ReadEntityBody (
   buffer : Byte [ ],
   size : int
) : int;

Parameters

buffer
The byte array to read data into.
size
The maximum number of bytes to read.

Return Value

The number of bytes 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