Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.Open

TElHTTPSServer     See also     


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


Accepts 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 TElHTTPSServer to accept SSL handshake initiated by client. Call this method after transport has accepted the connection.

See also:     Close     SSLMode    

Discuss this help topic in SecureBlackbox Forum