Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.ConnectionInfo

TElCustomSimpleSSLClient     See also     


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


Contains the secure connection info.

Declaration

[C#]
    TElSSLConnectionInfo ConnectionInfo;

[VB.NET]
    Property ConnectionInfo As TElSSLConnectionInfo

[Pascal]
    property ConnectionInfo : TElSSLConnectionInfo;

[C++]
    TElSSLConnectionInfo* get_ConnectionInfo();

[PHP]
    TElSSLConnectionInfo get_ConnectionInfo()

[Java]
    TElSSLConnectionInfo getConnectionInfo();

Description

    This property contains various information about the secure connection.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum