Show / Hide Table of Contents

    Class ConnectionEventArgs

    Event arguments for a connection event.

    Inheritance
    Object
    EventArgs
    ConnectionEventArgs
    Inherited Members
    EventArgs.Empty
    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 ConnectionEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ConnectionEventArgs(IFtpConnection)

    Initializes a new instance of the ConnectionEventArgs class.

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

    The connection of the event.

    Properties

    | Improve this Doc View Source

    AsyncInitFunctions

    Gets the list of async init functions.

    Declaration
    public IEnumerable<ConnectionInitAsyncDelegate> AsyncInitFunctions { get; }
    Property Value
    Type Description
    IEnumerable<ConnectionInitAsyncDelegate>
    | Improve this Doc View Source

    Connection

    Gets the connection for this event.

    Declaration
    public IFtpConnection Connection { get; }
    Property Value
    Type Description
    IFtpConnection

    Methods

    | Improve this Doc View Source

    AddAsyncInit(ConnectionInitAsyncDelegate)

    Adds a new async init function.

    Declaration
    public void AddAsyncInit(ConnectionInitAsyncDelegate asyncInitFunc)
    Parameters
    Type Name Description
    ConnectionInitAsyncDelegate asyncInitFunc

    The async init function to add.

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