TlsServerSocket.Dispose Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9119)
Dispose()
Disposes the object. Inherited from TlsSocket.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Releases the unmanaged resources used by the TlsSocket and optionally releases the managed resources. Inherited from TlsSocket.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |