Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.Open

TElCustomSimpleSSLClient     See also     


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


Opens connection and initiates SSL session.

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open; virtual;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    This opens socket connection (if the internal socket is used) and initiates SSL handshake. If an external socket is used, call this method after the transport has established connection.

See also:     Close     Join    

Discuss this help topic in SecureBlackbox Forum