Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.Close

TElWebDAVServer     See also     


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


Gracefully closes SSL session.

Declaration

[C#]
    void Close(bool Silent);

[VB.NET]
    Sub Close(ByVal Silent As Boolean)

[Pascal]
    procedure Close(Silent : boolean);

[C++]
    void Close(bool Silent);

[PHP]
    void Close(bool $Silent)

[Java]
    void close(boolean Silent);

Parameters

  • Silent - specifies if the server should send a disconnection notification to the client. The default value is False, i.e., notification will be sent.

Description

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

See also:     Control     Open    

Discuss this help topic in SecureBlackbox Forum