4 writes to TransferFormats
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
26
TransferFormats
= new List<string> { nameof(TransferFormat.Text), nameof(TransferFormat.Binary) }
33
TransferFormats
= new List<string> { nameof(TransferFormat.Text) }
40
TransferFormats
= new List<string> { nameof(TransferFormat.Text), nameof(TransferFormat.Binary) }
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
293
availableTransport.
TransferFormats
= new List<string>();
5 references to TransferFormats
Microsoft.AspNetCore.Http.Connections.Common (5)
NegotiateProtocol.cs (5)
115
if (availableTransport.
TransferFormats
!= null)
117
var formatCount = availableTransport.
TransferFormats
.Count;
120
writer.WriteStringValue(availableTransport.
TransferFormats
[j]);
299
availableTransport.
TransferFormats
.Add(reader.GetString()!);
320
if (availableTransport.
TransferFormats
== null)