Mentalis.org Security Library documentation

SecureTcpListener.Active Property

Gets a value that indicates whether SecureTcpListener is actively listening for client connections.

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

Property Value

true if SecureTcpListener is actively listening; otherwise false.

Remarks

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

See Also

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