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 client can send data. If the client can't send the data now, False is returned. The client should check the value of the property before calling SendData method.