Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.DataChannelSSLVersion

TElFTPSServer     See also     


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


Specifies the data channel protocol version.

Declaration

[C#]
    TSBVersion DataChannelSSLVersion;

[VB.NET]
    Property DataChannelSSLVersion As TSBVersion

[Pascal]
    property DataChannelSSLVersion : TSBVersion;

[C++]
    TSBVersion get_DataChannelSSLVersion();

[PHP]
    integer get_DataChannelSSLVersion()

[Java]
    short getDataChannelSSLVersion();

TSBVersion values

Description

    Use this property to get the protocol version of the data channel.

Discuss this help topic in SecureBlackbox Forum