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 SourceException
Gets or sets the exception associated with the failure.
Declaration
Exception Exception { get; set; }
Property Value
| Type | Description |
|---|---|
| Exception |
LocalPath
Gets or sets the local path associated with the failure.
Declaration
string LocalPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RemoteHandle
Gets or sets the remote handle associated with the failure.
Declaration
string RemoteHandle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Session
Gets or sets the session associated with the failure.
Declaration
ISshSession Session { get; set; }
Property Value
| Type | Description |
|---|---|
| ISshSession |