Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.ConnectionEstablished

TElSSLConnectionInfo     See also     


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


Specifies whether connection has been established.

Declaration

[C#]
    bool ConnectionEstablished;

[VB.NET]
    Property ConnectionEstablished As Boolean

[Pascal]
    property ConnectionEstablished : boolean;

[C++]
    bool get_ConnectionEstablished();

[PHP]
    bool get_ConnectionEstablished()

[Java]
    boolean getConnectionEstablished();

Description

Use this property to check, whether connection has been established.

See also:     SecureConnection    

Discuss this help topic in SecureBlackbox Forum