Interface IServerCommandFeature
The server command feature.
Namespace: FubarDev.FtpServer.Features
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IServerCommandFeature
Properties
| Improve this Doc View SourceServerCommandWriter
Gets the channel to write server commands.
Declaration
ChannelWriter<IServerCommand> ServerCommandWriter { get; }
Property Value
Type | Description |
---|---|
ChannelWriter<IServerCommand> |