HubConnectionContext
HubConnectionContext(ConnectionContext, HubConnectionContextOptions, ILoggerFactory)
HubConnectionContext(ConnectionContext, TimeSpan, ILoggerFactory)
HubConnectionContext(ConnectionContext, TimeSpan, ILoggerFactory, TimeSpan)
ConnectionAborted
ConnectionId
Features
Items
Protocol
User
UserIdentifier
Abort()
WriteAsync(HubMessage, CancellationToken)
WriteAsync(SerializedHubMessage, CancellationToken)
GetHttpContext(HubConnectionContext)
netcoreapp2.2
namespace Microsoft.AspNetCore.SignalR
{
public class HubConnectionContext
{
public HubConnectionContext(ConnectionContext connectionContext, TimeSpan keepAliveInterval, ILoggerFactory loggerFactory, TimeSpan clientTimeoutInterval);
}
}
| .NET Core | 2.2 |
|---|---|
Information specific to netcoreapp2.2 | |
| Assembly | Microsoft.AspNetCore.SignalR.Core , Version=1.1.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API