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 SourceException
Gets the exception associated with the event when available.
Declaration
Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
RemoteHandle
Gets the remote handle identifier associated with the event.
Declaration
string RemoteHandle { get; }
Property Value
| Type | Description |
|---|---|
| string |
Session
Gets the session associated with the event.
Declaration
ISshSession Session { get; }
Property Value
| Type | Description |
|---|---|
| ISshSession |
SshHandle
Gets the SFTP handle associated with the event.
Declaration
ISshHandle SshHandle { get; }
Property Value
| Type | Description |
|---|---|
| ISshHandle |