ServerModuleHost.Dispose Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Dispose()
Disposes the server module host.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Releases the unmanaged resources used by the Rebex.Net.Servers.SshModuleHost and optionally releases the managed resources.
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. |