4 writes to TransferFormats
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
28
TransferFormats
= new List<string> { nameof(TransferFormat.Text), nameof(TransferFormat.Binary) }
35
TransferFormats
= new List<string> { nameof(TransferFormat.Text) }
42
TransferFormats
= new List<string> { nameof(TransferFormat.Text), nameof(TransferFormat.Binary) }
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
306
availableTransport.
TransferFormats
= new List<string>();
6 references to TransferFormats
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
399
else if (!transport.
TransferFormats
!.Contains(transferFormatString, StringComparer.Ordinal))
Microsoft.AspNetCore.Http.Connections.Common (5)
NegotiateProtocol.cs (5)
122
if (availableTransport.
TransferFormats
!= null)
124
var formatCount = availableTransport.
TransferFormats
.Count;
127
writer.WriteStringValue(availableTransport.
TransferFormats
[j]);
312
availableTransport.
TransferFormats
.Add(reader.GetString()!);
333
if (availableTransport.
TransferFormats
== null)