Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
4 references to Features
Microsoft.AspNetCore.SignalR.Client.Tests (4)
HubConnectionTests.cs (3)
380testConnection.Features.Set<IConnectionInherentKeepAliveFeature>(new TestKeepAliveFeature() { HasInherentKeepAlive = true }); 889innerConnection.Features.Set<IStatefulReconnectFeature>(reconnectFeature); 921innerConnection.Features.Set<IStatefulReconnectFeature>(reconnectFeature);
TestConnection.cs (1)
61Features.Set<IConnectionInherentKeepAliveFeature>(this);