Discuss this help topic in SecureBlackbox Forum

TElSSLServer.Open

TElSSLServer     See also     


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


Accepts SSL session initiated by the client.

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    This method causes TElSSLServer to accept SSL handshake initiated by client. Call this method after transport has accepted the connection.
    If SSL is not enabled (Enabled property is set to false), TElSSLServer does nothing and returns immediately.

See also:     Enabled     Close    

Discuss this help topic in SecureBlackbox Forum