Show / Hide Table of Contents

    Class FillConnectionAccountDataAction

    Fills the connection data upon successful authorization.

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

    Constructors

    | Improve this Doc View Source

    FillConnectionAccountDataAction(IFtpConnectionAccessor)

    Initializes a new instance of the FillConnectionAccountDataAction class.

    Declaration
    public FillConnectionAccountDataAction(IFtpConnectionAccessor ftpConnectionAccessor)
    Parameters
    Type Name Description
    IFtpConnectionAccessor ftpConnectionAccessor

    The FTP connection accessor.

    Properties

    | Improve this Doc View Source

    Level

    Declaration
    public int Level { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    AuthorizedAsync(IAccountInformation, CancellationToken)

    Declaration
    public Task AuthorizedAsync(IAccountInformation accountInformation, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    IAccountInformation accountInformation
    CancellationToken cancellationToken
    Returns
    Type Description
    Task

    Implements

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