Mentalis.org Security Library documentation

SecureTcpClient.CleanedUp Property

Gets or sets a value that indicates whether the underlying SecureSocket has been closed or not.

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

Property Value

true if the underlying SecureSocket has been closed, false otherwise.

See Also

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