Show / Hide Table of Contents

    Interface IFtpConnectionAdapter

    An FTP connection adapter does something with the input and output pipes.

    Inherited Members
    IFtpService.StartAsync(CancellationToken)
    IFtpService.StopAsync(CancellationToken)
    Namespace: FubarDev.FtpServer.ConnectionHandlers
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public interface IFtpConnectionAdapter : IFtpService
    Remarks

    It uses a sender and a receiver service to be able to start/stop the tasks.

    Properties

    | Improve this Doc View Source

    Receiver

    Gets the pausable receiver for this connection adapter.

    Declaration
    IPausableFtpService Receiver { get; }
    Property Value
    Type Description
    IPausableFtpService
    | Improve this Doc View Source

    Sender

    Gets the sender for this connection adapter.

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