3 references to TransportPropertyName
Microsoft.AspNetCore.Http.Connections.Common (3)
NegotiateProtocol.cs (3)
30
private static readonly JsonEncodedText TransportPropertyNameBytes = JsonEncodedText.Encode(
TransportPropertyName
);
284
availableTransport.Transport = reader.ReadAsString(
TransportPropertyName
);
317
throw new InvalidDataException($"Missing required property '{
TransportPropertyName
}'.");