Show / Hide Table of Contents

    Class ServerCommandFeature

    Default implementation of the IServerCommandFeature.

    Inheritance
    Object
    ServerCommandFeature
    Implements
    IServerCommandFeature
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Features.Impl
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class ServerCommandFeature : IServerCommandFeature

    Constructors

    | Improve this Doc View Source

    ServerCommandFeature(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 Source

    ServerCommandWriter

    Declaration
    public ChannelWriter<IServerCommand> ServerCommandWriter { get; }
    Property Value
    Type Description
    ChannelWriter<IServerCommand>

    Implements

    IServerCommandFeature
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.