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 SourceRemoteAddress
Gets the remote client address.
Declaration
string RemoteAddress { get; }
Property Value
| Type | Description |
|---|---|
| string |
SessionId
Gets the unique session identifier assigned by the wrapper.
Declaration
Guid SessionId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |