Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLConnectionInfo

TElHTTPSServer     See also     


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


Contains the secure connection info.

Declaration

[C#]
    TElSSLConnectionInfo SSLConnectionInfo;

[VB.NET]
    Property SSLConnectionInfo As TElSSLConnectionInfo

[Pascal]
    property SSLConnectionInfo : TElSSLConnectionInfo;

[C++]
    TElSSLConnectionInfo* get_SSLConnectionInfo();

[PHP]
    TElSSLConnectionInfo get_SSLConnectionInfo()

[Java]
    TElSSLConnectionInfo getSSLConnectionInfo();

Description

This property contains various information about the secure connection.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum