Namespace Lib.AspNetCore.ServerSentEvents
Classes
OptionsExtensions
The ServerSentEventsServiceOptions<TServerSentEventsService> options related extensions.
ServerSentEvent
Represents Server-Sent Event.
ServerSentEventsAuthorization
Defines authorization rules for Server-Sent Events endpoint.
ServerSentEventsEndpointRouteBuilderExtensions
Provides extension methods for Microsoft.
ServerSentEventsMiddleware<TServerSentEventsService>
Middleware which provides support for Server-Sent Events protocol.
ServerSentEventsMiddlewareExtensions
Provides extensions for registering middleware which provides support for Server-Sent Events protocol.
ServerSentEventsOptions
Options for Server-Sent Events endpoint.
ServerSentEventsService
Service which provides operations over Server-Sent Events protocol.
ServerSentEventsServiceOptions<TServerSentEventsService>
Options for Server
Structs
ServerSentEventsClientConnectedArgs
Provides data for the Client
ServerSentEventsClientDisconnectedArgs
Provides data for the Client
Interfaces
IServerSentEventsClient
Contract for client listening for Server-Sent Events
IServerSentEventsClientIdProvider
Contract for provider of identifiers for IServer
IServerSentEventsNoReconnectClientsIdsStore
Contract for store which keeps identifiers of IServer
IServerSentEventsService
Contract for service which provides operations over Server-Sent Events protocol.
Enums
ServerSentEventsAddToGroupResult
The add to group results.
ServerSentEventsKeepaliveKind
The kind of content for keepalive.
ServerSentEventsKeepaliveMode
The keepalive sending mode.