Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum