Show / Hide Table of Contents

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.

Back to top Copyright © 2017 - 2023 Tomasz Pęczek