Rainbow 2.0 Code Documentation

HttpOutputFilter. Method 

Not supported.

[Visual Basic]
Overrides Public Function ( _ 
   ByVal Byte[] As Byte(), _ 
   ByVal Int32 As Int32, _ 
   ByVal Int32 As Int32 _ 
) As Int32
[C#]
public override int (
   byte[] Byte[],
   int Int32,
   int Int32
);
[C++]
public: int (
   char Byte[] __gc[],
   int Int32,
   int Int32
);
[JScript]
public override function (
   Byte[] Byte[],
   int Int32,
   int Int32
): int;

Parameters

buffer
The buffer to write into.
offset
The offset on the buffer to write into
count
The number of bytes to write. Must be less than buffer.Length

Return Value

An int telling you how many bytes were written

See Also

HttpOutputFilter Class | blowery.Web.HttpCompress Namespace