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