FoundryEnvironment.SseKeepAliveInterval Property

Definition

The SSE keep-alive comment frame interval. Sourced from the SSE_KEEPALIVE_INTERVAL environment variable (value in integer seconds). When absent, zero, or unparseable, returns InfiniteTimeSpan (disabled).

public static TimeSpan SseKeepAliveInterval { get; }
static member SseKeepAliveInterval : TimeSpan
Public Shared ReadOnly Property SseKeepAliveInterval As TimeSpan

Property Value

Applies to