Mentalis.org Security Library documentation

SecureSocket.Finalize Method 

Frees resources used by the SecureSocket class.

[Visual Basic]
Overrides Protected Sub Finalize()
[C#]
protected override void Finalize();

Remarks

The SecureSocket class finalizer calls the Close method to close the SecureSocket and free resources associated with the SecureSocket.

See Also

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