NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWorkerRequest.ReadEntityBody

[To be supplied.]

[Visual Basic]
Overridable Public Function ReadEntityBody( _
   ByVal buffer() As Byte, _
   ByVal size As Integer _
) As Integer
[C#]
public virtual int ReadEntityBody(
   byte[] buffer,
   int size
);
[C++]
public: virtual int ReadEntityBody(
   unsigned char* buffer[],
   int size
);
[JScript]
public function ReadEntityBody(
   buffer : Byte[],
   size : int
) : int;

Parameters

buffer
[To be supplied.]
size
[To be supplied.]

See Also

HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace