2 implementations of ActiveFormat
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
219public TransferFormat ActiveFormat { get; set; }
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
39public TransferFormat ActiveFormat { get; set; }
1 write to ActiveFormat
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
687transferFormatFeature.ActiveFormat = Protocol.TransferFormat;