Server.DisposeAsync Method
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 8.0.9673)
DisposeAsync()
Disposes the server object, releasing all listeners and sessions.
Declaration
public async ValueTask DisposeAsync()
Returns
| Type | Description |
|---|---|
| ValueTask | A ValueTask that represents an asynchronous operation. |