Base:
property
Features
Microsoft.AspNetCore.Connections.BaseConnectionContext.Features
3 references to Features
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (2)
164Features.Set<IConnectionInherentKeepAliveFeature>(this); 540Features.Set(reconnectFeature);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.Transport.cs (1)
97var feature = connection.Features.Get<IConnectionInherentKeepAliveFeature>();