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