Discuss this help topic in SecureBlackbox Forum

TElSSLClass.Active

TElSSLClass     See also     


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


Specifies whether the session has been established and the data can be sent and received.

Declaration

[C#]
    bool Active;

[VB.NET]
    Property Active As Boolean

[Pascal]
    property Active : Boolean;

[C++]
    bool get_Active();

[PHP]
    bool get_Active()

[Java]
    boolean getActive();

Description

    This read-only property returns True if the secure session was established, and the client/server can send/transmit data. If the client/server can't send/trasmit the data now, False is returned. The client/server should check the value of the property before calling SendData method.

See also:     CipherSuites     TElSSLClient.SendData     TElSSLServer.SendData    

Discuss this help topic in SecureBlackbox Forum