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!

HttpResponse.BinaryWrite

Writes a string of binary characters to the output stream.

[Visual Basic]
Public Sub BinaryWrite( _
   ByVal buffer() As Byte _
)
[C#]
public void BinaryWrite(
   byte[] buffer
);
[C++]
public: void BinaryWrite(
   unsigned char* buffer[]
);
[JScript]
public function BinaryWrite(
   buffer : Byte[]
);

Parameters

buffer
array of bytes

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace