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