Show / Hide Table of Contents

    Class SendResponseServerCommand

    Server command for sending a response to the client.

    Inheritance
    Object
    SendResponseServerCommand
    Implements
    IServerCommand
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: FubarDev.FtpServer.ServerCommands
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class SendResponseServerCommand : IServerCommand

    Constructors

    | Improve this Doc View Source

    SendResponseServerCommand(IFtpResponse)

    Initializes a new instance of the SendResponseServerCommand class.

    Declaration
    public SendResponseServerCommand(IFtpResponse response)
    Parameters
    Type Name Description
    IFtpResponse response

    The response to send.

    Properties

    | Improve this Doc View Source

    Response

    Gets the response to send.

    Declaration
    public IFtpResponse Response { get; }
    Property Value
    Type Description
    IFtpResponse

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    IServerCommand
    • 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.