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;
An int telling you how many bytes were written
HttpOutputFilter Class | blowery.Web.HttpCompress Namespace