Discuss this help topic in SecureBlackbox Forum

TElWebSocketClient Constructor

TElWebSocketClient     


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


Creates a new instance of TElWebSocketClient class.

Declaration

[C#]
    TElWebSocketClient();
    TElWebSocketClient(TElSSLClass Control);

[VB.NET]
    Sub New()
    Sub New(ByVal Control As TElSSLClass)

[Pascal]
    constructor Create;
    constructor Create(Control : TElSSLClass);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWebSocketClient(TElSSLClass Control);
    public TElWebSocketClient();

Parameters

  • Control - the SSL/TLS client used for secure connection.

Description

Use this method to create a new instance of TElWebSocketClient class.

Discuss this help topic in SecureBlackbox Forum