Specifies whether the session has been established and the data can be sent and received.
Declaration
[C#/Java]
bool Active;
bool Active;
[VB.NET]
Property Active As Boolean
Property Active As Boolean
[Pascal]
property Active : boolean;
property Active : boolean;
[C++]
not implemented;
not implemented;
Description
This read-only property returns True if the secure session was established, and the server can transmit data. If the server can't transmit data now, False is returned. The client should check the value of the property before calling SendData method.