Show / Hide Table of Contents

    Class FtpCommandHandlerContext

    The context in which an FTP command gets executed.

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

    Constructors

    | Improve this Doc View Source

    FtpCommandHandlerContext(FtpContext)

    Initializes a new instance of the FtpCommandHandlerContext class.

    Declaration
    public FtpCommandHandlerContext(FtpContext ftpContext)
    Parameters
    Type Name Description
    FtpContext ftpContext

    The FTP context.

    Properties

    | Improve this Doc View Source

    FtpContext

    Gets the FTP context.

    Declaration
    public FtpContext FtpContext { get; }
    Property Value
    Type Description
    FtpContext
    • 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.