Show / Hide Table of Contents

    Interface IFtpDataConnection

    An FTP data connection.

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IFtpDataConnection

    Properties

    | Improve this Doc View Source

    LocalAddress

    Gets the local IP end point.

    Declaration
    IPEndPoint LocalAddress { get; }
    Property Value
    Type Description
    IPEndPoint
    | Improve this Doc View Source

    RemoteAddress

    Gets the remote IP end point.

    Declaration
    IPEndPoint RemoteAddress { get; }
    Property Value
    Type Description
    IPEndPoint
    | Improve this Doc View Source

    Stream

    Gets the stream for this data connection.

    Declaration
    Stream Stream { get; }
    Property Value
    Type Description
    Stream

    Methods

    | Improve this Doc View Source

    CloseAsync(CancellationToken)

    Closes the connection (and the stream).

    Declaration
    Task CloseAsync(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task

    The task.

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