Interface IListener
Common interface of all listeners.
Inherited Members
Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)
Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)
Namespace: Fibula.Communications.Contracts.Abstractions
Assembly: Fibula.Communications.Contracts.dll
Syntax
public interface IListener : IHostedService
Events
| Improve this Doc View SourceNewConnection
Event fired when a new connection is enstablished.
Declaration
event NewConnectionDelegate NewConnection
Event Type
Type | Description |
---|---|
NewConnectionDelegate |