Microsoft.AspNetCore.Http.Connections.Features Namespace

Contains interfaces for SignalR connection features.

Interfaces

IHttpContextFeature

Feature set on the ConnectionContext that provides access to the underlying HttpContext associated with the connection if there is one.

IHttpTransportFeature

Feature set on the ConnectionContext that exposes the HttpTransportType the connection is using.

Remarks

For more information about the SignalR client, see ASP.NET Core SignalR .NET Client.