Interface ISshServiceConnection
Provides low-level connection metadata for I/O service events.
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public interface ISshServiceConnection
Properties
| Edit this page View SourceAttributes
Gets connection attributes when available.
Declaration
IReadOnlyDictionary<string, object> Attributes { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
Exception
Gets the exception associated with the connection event when available.
Declaration
Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
IoService
Gets metadata for the I/O service handling the connection.
Declaration
ISshIoService IoService { get; }
Property Value
| Type | Description |
|---|---|
| ISshIoService |
LocalEndPoint
Gets the local endpoint for the connection.
Declaration
IPEndPoint LocalEndPoint { get; }
Property Value
| Type | Description |
|---|---|
| IPEndPoint |
RemoteEndPoint
Gets the remote endpoint for the connection.
Declaration
IPEndPoint RemoteEndPoint { get; }
Property Value
| Type | Description |
|---|---|
| IPEndPoint |
ServiceEndPoint
Gets the service endpoint associated with the connection.
Declaration
IPEndPoint ServiceEndPoint { get; }
Property Value
| Type | Description |
|---|---|
| IPEndPoint |