Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.Close

TElSAMLServiceProvider     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 HTTP server should send a disconnection notification to the client. The default value is False, i.e., the notification will be sent.

Description

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

See also:     Control     Open    

Discuss this help topic in SecureBlackbox Forum