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