Share via


ServerComponentsEndpointOptions.ConfigureConnection Property

Definition

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.

Applies to