Search Results for

    Interface ISshServiceConnection

    Provides low-level connection metadata for I/O service events.

    Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public interface ISshServiceConnection

    Properties

    | Edit this page View Source

    Attributes

    Gets connection attributes when available.

    Declaration
    IReadOnlyDictionary<string, object> Attributes { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    Exception

    Gets the exception associated with the connection event when available.

    Declaration
    Exception Exception { get; }
    Property Value
    Type Description
    Exception
    | Edit this page View Source

    IoService

    Gets metadata for the I/O service handling the connection.

    Declaration
    ISshIoService IoService { get; }
    Property Value
    Type Description
    ISshIoService
    | Edit this page View Source

    LocalEndPoint

    Gets the local endpoint for the connection.

    Declaration
    IPEndPoint LocalEndPoint { get; }
    Property Value
    Type Description
    IPEndPoint
    | Edit this page View Source

    RemoteEndPoint

    Gets the remote endpoint for the connection.

    Declaration
    IPEndPoint RemoteEndPoint { get; }
    Property Value
    Type Description
    IPEndPoint
    | Edit this page View Source

    ServiceEndPoint

    Gets the service endpoint associated with the connection.

    Declaration
    IPEndPoint ServiceEndPoint { get; }
    Property Value
    Type Description
    IPEndPoint
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX