2 implementations of SupportedFormats
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
217
public TransferFormat
SupportedFormats
{ get; set; }
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\aspnetcore\src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
37
public TransferFormat
SupportedFormats
{ get; set; } = TransferFormat.Text | TransferFormat.Binary;
1 reference to SupportedFormats
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
680
if ((transferFormatFeature.
SupportedFormats
& Protocol.TransferFormat) == 0)