2 implementations of ITransferFormatFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
29ITransferFormatFeature,
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
23class TestClient : ITransferFormatFeature, IConnectionHeartbeatFeature, IDisposable
4 references to ITransferFormatFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
108Features.Set<ITransferFormatFeature>(this);
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionContext.cs (2)
677var transferFormatFeature = Features.Get<ITransferFormatFeature>();
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
49Connection.Features.Set<ITransferFormatFeature>(this);