HttpConnectionDispatcherOptions.CloseOnAuthenticationExpiration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.