Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.ControlChannelSSLCompressionAlgorithm

TElFTPSServer     See also     


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


Specifies the control channel compression algorithm.

Declaration

[C#]
    short ControlChannelSSLCompressionAlgorithm;

[VB.NET]
    Property ControlChannelSSLCompressionAlgorithm As Short

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

[C++]
    uint8_t get_ControlChannelSSLCompressionAlgorithm();

[PHP]
    integer get_ControlChannelSSLCompressionAlgorithm()

[Java]
    short getControlChannelSSLCompressionAlgorithm();

TSBSSLCompressionAlgorithm values:

Description

    Use this property to get the control channel compression algorithm.

See also:     ControlChannelSSLConnectionInfo     ControlChannelSSLVersion    

Discuss this help topic in SecureBlackbox Forum