1 implementation of IStatefulReconnectFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
35IStatefulReconnectFeature
6 references to IStatefulReconnectFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
104Features.Set<IStatefulReconnectFeature>(this);
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiationResponse.cs (1)
52/// It should also set <see cref="IStatefulReconnectFeature"/> on the <see cref="BaseConnectionContext.Features"/> collection so other layers of the
Microsoft.AspNetCore.SignalR.Core (4)
HubConnectionContext.cs (4)
500if (_useStatefulReconnect && _connectionContext.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature) 625if (_connectionContext.Features.Get<IStatefulReconnectFeature>() is IStatefulReconnectFeature feature)