Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.DataChannelSSLConnectionInfo

TElFTPSServer     See also     


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


Contains data channel connection info.

Declaration

[C#]
    TElSSLConnectionInfo DataChannelSSLConnectionInfo;

[VB.NET]
    Property DataChannelSSLConnectionInfo As TElSSLConnectionInfo

[Pascal]
    property DataChannelSSLConnectionInfo : TElSSLConnectionInfo;

[C++]
    TElSSLConnectionInfo* get_DataChannelSSLConnectionInfo();

[PHP]
    TElSSLConnectionInfo get_DataChannelSSLConnectionInfo()

[Java]
    TElSSLConnectionInfo getDataChannelSSLConnectionInfo();

Description

    Use this property to get the data channel connection info.

See also:     DataChannelSSLCompressionAlgorithm     DataChannelSSLVersion    

Discuss this help topic in SecureBlackbox Forum