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




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