Show / Hide Table of Contents

    Class FtpConnectionCheckContext

    The context of the FTP connection check.

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

    Constructors

    | Improve this Doc View Source

    FtpConnectionCheckContext(IFtpConnection)

    Initializes a new instance of the FtpConnectionCheckContext class.

    Declaration
    public FtpConnectionCheckContext(IFtpConnection connection)
    Parameters
    Type Name Description
    IFtpConnection connection

    The FTP connection.

    Properties

    | Improve this Doc View Source

    Connection

    Gets the FTP connection.

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