1 instantiation of AltSvcHeaderParser
System.Net.Http (1)
System\Net\Http\Headers\AltSvcHeaderParser.cs (1)
17public static AltSvcHeaderParser Parser { get; } = new AltSvcHeaderParser();
5 references to AltSvcHeaderParser
System.Net.Http (5)
System\Net\Http\Headers\AltSvcHeaderParser.cs (1)
17public static AltSvcHeaderParser Parser { get; } = new AltSvcHeaderParser();
System\Net\Http\Headers\AltSvcHeaderValue.cs (1)
72if (MaxAge != TimeSpan.FromTicks(AltSvcHeaderParser.DefaultMaxAgeTicks))
System\Net\Http\Headers\KnownHeaders.cs (2)
115private static AltSvcHeaderParser? GetAltSvcHeaderParser() => AltSvcHeaderParser.Parser;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
666if (AltSvcHeaderParser.Parser.TryParseValue(altSvcHeaderValue, null, ref parseIdx, out object? parsedValue))