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