Search Results for

    Interface ISshIOFailure

    Provides metadata for an SFTP I/O failure.

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

    Properties

    | Edit this page View Source

    Exception

    Gets or sets the exception associated with the failure.

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

    LocalPath

    Gets or sets the local path associated with the failure.

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

    RemoteHandle

    Gets or sets the remote handle associated with the failure.

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

    Session

    Gets or sets the session associated with the failure.

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