Delegate CloseEncryptedStreamDelegate
Closes an encrypted stream.
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public delegate Task CloseEncryptedStreamDelegate(CancellationToken cancellationToken);
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken | The cancellation token. |
Returns
Type | Description |
---|---|
Task | The task. |