2 references to TransferFormatsPropertyName
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
32
private static readonly JsonEncodedText TransferFormatsPropertyNameBytes = JsonEncodedText.Encode(
TransferFormatsPropertyName
);
322
throw new InvalidDataException($"Missing required property '{
TransferFormatsPropertyName
}'.");