3 implementations of ActiveFormat
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
205public TransferFormat ActiveFormat { get; set; }
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
39public TransferFormat ActiveFormat { get; set; }
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
39public TransferFormat ActiveFormat { get; set; }
2 writes to ActiveFormat
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
573transferFormatFeature.ActiveFormat = Protocol.TransferFormat;
SocialWeather (1)
PersistentConnectionLifeTimeManager.cs (1)
30transferFormatFeature.ActiveFormat = TransferFormat.Binary;