2 references to AltSvcHeaderValue
System.Net.Http (2)
System\Net\Http\Headers\AltSvcHeaderParser.cs (1)
178
parsedValue = new
AltSvcHeaderValue
(alpnProtocolName, altAuthorityHost, altAuthorityPort, maxAgeTimeSpan, persist);
System\Net\Http\Headers\AltSvcHeaderValue.cs (1)
16
public static AltSvcHeaderValue Clear { get; } = new
AltSvcHeaderValue
("clear", host: null, port: 0, maxAge: TimeSpan.Zero, persist: false);