Search Results for

    Interface ISshSession

    Provides safe session metadata for authentication, event, and file operation callbacks.

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

    Properties

    | Edit this page View Source

    RemoteAddress

    Gets the remote client address.

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

    SessionId

    Gets the unique session identifier assigned by the wrapper.

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