Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.SetControl

TElWebSocketBase     See also     


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


Specifies the control that provides data transport capabilities.

Declaration

[C#]
    void SetControl(TElSSLClass Control);

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

[Pascal]
    procedure SetControl(Control : TElSSLClass);

[C++]
    void SetControl(TElSSLClass &Control);
    void SetControl(TElSSLClass *Control);

[PHP]
    void SetControl(TElSSLClass $Control)

[Java]
    void setControl(TElSSLClass Control);

Parameters

  • Control - the component to be used to transfer and secure data.

Description

    Use this method to set the component which enables and controls the underlying (HTTPS) transport.

See also:     TElSSLClient     TElSSLServer    

Discuss this help topic in SecureBlackbox Forum