NetWrok.HTTP.Zlib.ZlibCodec.ZlibCodec C# (CSharp) Method

ZlibCodec() public method

Create a ZlibCodec.
If you use this default constructor, you will later have to explicitly call InitializeInflate() or InitializeDeflate() before using the ZlibCodec to compress or decompress.
public ZlibCodec ( ) : System
return System
        public ZlibCodec()
        {
        }

Same methods

ZlibCodec::ZlibCodec ( CompressionMode mode ) : System