Search Results for

    Interface ISshEvent

    Provides metadata for an SFTP handle event.

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

    Properties

    | Edit this page View Source

    Exception

    Gets the exception associated with the event when available.

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

    RemoteHandle

    Gets the remote handle identifier associated with the event.

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

    Session

    Gets the session associated with the event.

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

    SshHandle

    Gets the SFTP handle associated with the event.

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