Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase Constructor

TElWebSocketBase     


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


Creates a new instance of TElWebSocketBase class.

Declaration

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

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

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

[C++]
    not available

[PHP]
    not available

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

Parameters

  • Control - the component that will handle the HTTPS transport.

Description

    Call this method to create a new instance of TElWebSocketBase.

Discuss this help topic in SecureBlackbox Forum