Agnos.Transports.BaseTransport.getCompressionThreshold C# (CSharp) Method

getCompressionThreshold() protected method

returns the compression threshold (packets larger than this threshold will be compressed). this method is expected to be overriden by implementing classes
protected getCompressionThreshold ( ) : int
return int
        protected virtual int getCompressionThreshold()
        {
            return -1;
        }