Microsoft.AspNetCore.Http.Connections.Features Namespace
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.
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.