Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServerSessionThread.DataConnectionOpened

TElSimpleFTPSServerSessionThread     


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


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