2 references to AvailableTransportsPropertyName
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
28
private static readonly JsonEncodedText AvailableTransportsPropertyNameBytes = JsonEncodedText.Encode(
AvailableTransportsPropertyName
);
251
throw new InvalidDataException($"Missing required property '{
AvailableTransportsPropertyName
}'.");