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!

HttpWriter.WriteBytes

[To be supplied.]

[Visual Basic]
Public Sub WriteBytes( _
   ByVal buffer() As Byte, _
   ByVal index As Integer, _
   ByVal count As Integer _
)
[C#]
public void WriteBytes(
   byte[] buffer,
   int index,
   int count
);
[C++]
public: void WriteBytes(
   unsigned char* buffer[],
   int index,
   int count
);
[JScript]
public function WriteBytes(
   buffer : Byte[],
   index : int,
   count : int
);

Parameters

buffer
[To be supplied.]
index
[To be supplied.]
count
[To be supplied.]

See Also

HttpWriter Class | HttpWriter Members | System.Web Namespace