Enum ServerSentEventsKeepaliveKind
The kind of content for keepalive.
Namespace: Lib.AspNetCore.ServerSentEvents
Assembly: Lib.AspNetCore.ServerSentEvents.dll
Syntax
public enum ServerSentEventsKeepaliveKind
  Fields
| Name | Description | 
|---|---|
| Comment | The keepalive will be send as a comment.  | 
      
| Event | The keepalive will be send as an event.  |