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 SourceExtension
Gets the extension name when the message is an extension.
Declaration
string Extension { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets the request identifier.
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
SshSession
Gets the session associated with the received message.
Declaration
ISshSession SshSession { get; }
Property Value
| Type | Description |
|---|---|
| ISshSession |
Type
Gets the numeric SFTP message type.
Declaration
int Type { get; }
Property Value
| Type | Description |
|---|---|
| int |