Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Version

TElSimpleFTPSClient     See also     


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


Returns the number of SSL/TLS version used in current session.

Declaration

[C#]
    TSBVersion Version;

[VB.NET]
    Property Version As TSBVersion

[Pascal]
    property Version : TSBVersion;

[C++]
    TSBVersion get_Version();

[PHP]
    integer get_Version()

[Java]
    short getVersion();

Values:

Description

    This read-only property contains the number of the protocol version which is used in current session.

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum