2 references to NegotiateVersionPropertyName
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
36
private static readonly JsonEncodedText NegotiateVersionPropertyNameBytes = JsonEncodedText.Encode(
NegotiateVersionPropertyName
);
188
version = reader.ReadAsInt32(
NegotiateVersionPropertyName
).GetValueOrDefault();