3 implementations of ITransferFormatFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
28ITransferFormatFeature,
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
23class TestClient : ITransferFormatFeature, IConnectionHeartbeatFeature, IDisposable
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
23class TestClient : ITransferFormatFeature, IConnectionHeartbeatFeature, IDisposable
9 references to ITransferFormatFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
94Features.Set<ITransferFormatFeature>(this);
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
1817var transferFormatFeature = connection.Features.Get<ITransferFormatFeature>();
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (2)
563var transferFormatFeature = Features.Get<ITransferFormatFeature>();
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
49Connection.Features.Set<ITransferFormatFeature>(this);
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
49Connection.Features.Set<ITransferFormatFeature>(this);
SocialWeather (2)
PersistentConnectionLifeTimeManager.cs (2)
27var transferFormatFeature = connection.Features.Get<ITransferFormatFeature>();