Show / Hide Table of Contents

    Interface IConnectionFeature

    Information about the current connection.

    Namespace: FubarDev.FtpServer.Features
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IConnectionFeature

    Properties

    | Improve this Doc View Source

    LocalEndPoint

    Gets the local end point.

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

    RemoteAddress

    Gets the remote address of the client.

    Declaration
    [Obsolete]
    Address RemoteAddress { get; }
    Property Value
    Type Description
    Address
    | Improve this Doc View Source

    RemoteEndPoint

    Gets the remote end point.

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