7 references to GetHeaderValue
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (2)
711string headerValue = descriptor.GetHeaderValue(value, valueEncoding); 717string headerValue = descriptor.GetHeaderValue(value, valueEncoding);
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
1298headerValue = descriptor.GetHeaderValue(value, valueEncoding); 1303headerValue = descriptor.GetHeaderValue(value, valueEncoding);
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (3)
125/// <summary>Uses <see cref="HeaderDescriptor.GetHeaderValue"/>, but first special-cases several known headers for which we can use caching.</summary> 131descriptor.GetHeaderValue(value, valueEncoding); 138cache = lastValue = descriptor.GetHeaderValue(value, encoding);