ServerComponentsEndpointOptions.ConfigureConnection 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.
Gets or sets a callback to configure the HttpConnectionDispatcherOptions used by the SignalR connection.
public Action<Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions>? ConfigureConnection { get; set; }
member this.ConfigureConnection : Action<Microsoft.AspNetCore.Http.Connections.HttpConnectionDispatcherOptions> with get, set
Public Property ConfigureConnection As Action(Of HttpConnectionDispatcherOptions)
Property Value
Remarks
This allows configuring options such as CloseOnAuthenticationExpiration, transport options, authorization data, and other connection-level settings.