Search Results for

    Interface ISshReceived

    Provides metadata for received SFTP messages.

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

    Properties

    | Edit this page View Source

    Extension

    Gets the extension name when the message is an extension.

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

    Id

    Gets the request identifier.

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

    SshSession

    Gets the session associated with the received message.

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

    Type

    Gets the numeric SFTP message type.

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