Search Results for

    Interface ISshIoService

    Provides metadata about the low-level I/O service handling a connection.

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

    Properties

    | Edit this page View Source

    BoundAddresses

    Gets all addresses this service is bound to.

    Declaration
    IEnumerable<IPEndPoint> BoundAddresses { get; }
    Property Value
    Type Description
    IEnumerable<IPEndPoint>
    | Edit this page View Source

    IsAcceptor

    Gets whether the service is accepting inbound connections.

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

    IsClosed

    Gets whether service shutdown is complete.

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

    IsClosing

    Gets whether service shutdown has started.

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