Interface ISshIoService
Provides metadata about the low-level I/O service handling a connection.
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public interface ISshIoService
Properties
| Edit this page View SourceBoundAddresses
Gets all addresses this service is bound to.
Declaration
IEnumerable<IPEndPoint> BoundAddresses { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IPEndPoint> |
IsAcceptor
Gets whether the service is accepting inbound connections.
Declaration
bool IsAcceptor { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsClosed
Gets whether service shutdown is complete.
Declaration
bool IsClosed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsClosing
Gets whether service shutdown has started.
Declaration
bool IsClosing { get; }
Property Value
| Type | Description |
|---|---|
| bool |