An NDoc Documented Class Library

IMessage.CompressionRatio Property

The compression ratio of a message that has been sent. The ratio is calculated as:

    ratio = ((originalSize - compressedSize) / originalSize) * 100

int CompressionRatio {get;}

See Also

IMessage Interface | webMethods.Msg Namespace