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