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!

HttpRequest.BinaryRead

Performs a binary read of a specified number of bytes from the current input stream.

[Visual Basic]
Public Function BinaryRead( _
   ByVal count As Integer _
) As Byte ()
[C#]
public byte[] BinaryRead(
   int count
);
[C++]
public: unsigned char* BinaryRead(
   int count
) [];
[JScript]
public function BinaryRead(
   count : int
) : Byte[];

Parameters

count
Number of bytes to read.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace