Show / Hide Table of Contents

    Class FtpConnectionContext

    The FTP connection context.

    Inheritance
    Object
    FtpConnectionContext
    FtpConnection
    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 abstract class FtpConnectionContext

    Properties

    | Improve this Doc View Source

    ConnectionId

    Gets or sets the connection identifier.

    Declaration
    public abstract string ConnectionId { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Features

    Gets the connection features.

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