1 implementation of IConnectionUserRefreshFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
26
IConnectionUserRefreshFeature
,
3 references to IConnectionUserRefreshFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
97
Features.Set<
IConnectionUserRefreshFeature
>(this);
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionHandler.cs (2)
149
var
userRefreshFeature = connection.Features.Get<
IConnectionUserRefreshFeature
>();