Share via


HttpConnectionDispatcherOptions.CloseOnAuthenticationExpiration Property

Definition

Authenticated connections whose token sets the ExpiresUtc value will be closed and allowed to reconnect when the token expires.

public bool CloseOnAuthenticationExpiration { get; set; }
member this.CloseOnAuthenticationExpiration : bool with get, set
Public Property CloseOnAuthenticationExpiration As Boolean

Property Value

Remarks

Closed connections will miss messages sent while closed.

Applies to