Class ServerCommandFeature
Default implementation of the IServerCommandFeature.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.Features.Impl
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class ServerCommandFeature : IServerCommandFeature
Constructors
| Improve this Doc View SourceServerCommandFeature(ChannelWriter<IServerCommand>)
Initializes a new instance of the ServerCommandFeature class.
Declaration
public ServerCommandFeature(ChannelWriter<IServerCommand> serverCommandWriter)
Parameters
| Type | Name | Description |
|---|---|---|
| ChannelWriter<IServerCommand> | serverCommandWriter | The channel for sending the server commands. |
Properties
| Improve this Doc View SourceServerCommandWriter
Declaration
public ChannelWriter<IServerCommand> ServerCommandWriter { get; }
Property Value
| Type | Description |
|---|---|
| ChannelWriter<IServerCommand> |