Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.CurrentVersion

TElCustomSimpleSSLClient     See also     


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


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

Declaration

[C#]
    TSBVersion CurrentVersion;

[VB.NET]
    Property CurrentVersion As TSBVersion

[Pascal]
    property CurrentVersion : TSBVersion;

[C++]
    TSBVersion get_CurrentVersion();

[PHP]
    integer get_CurrentVersion()

[Java]
    short getCurrentVersion();

TSBVersion values

Description

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

See also:     Versions    

Discuss this help topic in SecureBlackbox Forum