Mentalis.org Security Library documentation

SecureTcpClient.Active Property

Gets or set a value that indicates whether a connection has been made.

[Visual Basic]
Protected Property Active As Boolean
[C#]
protected bool Active {get; set;}

Property Value

true if the connection has been made; otherwise, false.

Remarks

Classes deriving from SecureTcpClient can use this property to keep track of the underlying SecureSocket connection state.

See Also

SecureTcpClient Class | SecureTcpClient Members | Org.Mentalis.Security.Ssl Namespace