Show / Hide Table of Contents

Enum ServerSentEventsKeepaliveMode

The keepalive sending mode.

Namespace: Lib.AspNetCore.ServerSentEvents
Assembly: Lib.AspNetCore.ServerSentEvents.dll
Syntax
public enum ServerSentEventsKeepaliveMode

Fields

Name Description
Always

Always send keepalive.

BehindAncm

Send keepalive if ANCM is detected.

Never

Never send keepalive.

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