Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.DataChannelSSLCompressionAlgorithm

TElFTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the data channel compression algorithm.

Declaration

[C#]
    short DataChannelSSLCompressionAlgorithm;

[VB.NET]
    Property DataChannelSSLCompressionAlgorithm As Short

[Pascal]
    property DataChannelSSLCompressionAlgorithm: TSBSSLCompressionAlgorithm;
    TSBSSLCompressionAlgorithm: SmallInt;

[C++]
    uint8_t get_DataChannelSSLCompressionAlgorithm();

[PHP]
    integer get_DataChannelSSLCompressionAlgorithm()

[Java]
    short getDataChannelSSLCompressionAlgorithm();

TSBSSLCompressionAlgorithm values:

Description

    Use this property to get the data channel compression algorithm.

See also:     DataChannelSSLConnectionInfo     DataChannelSSLVersion    

Discuss this help topic in SecureBlackbox Forum