Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.Close

TElFTPSServer     See also     


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


Gracefully closes SSL session.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    This method causes TElFTPSServer to gracefully close SSL session. Call this method after application has finished using the connection and is about to close it.

See also:     OnClose     Open    

Discuss this help topic in SecureBlackbox Forum