Discuss this help topic in SecureBlackbox Forum
Specifies if data connection is opened.
Declaration
[C#]
bool DataConnectionOpened;
[VB.NET]
Property DataConnectionOpened As Boolean
[Pascal]
property DataConnectionOpened : boolean;
[C++]
bool get_DataConnectionOpened();
[PHP]
bool get_DataConnectionOpened()
[Java]
boolean getDataConnectionOpened();
Description
Use this read-only property to check if data connection has been opened.
Discuss this help topic in SecureBlackbox Forum