3 references to ClearString
System.Net.Http (3)
System\Net\Http\Headers\AltSvcHeaderParser.cs (1)
46
if (alpnProtocolName == AltSvcHeaderValue.
ClearString
)
System\Net\Http\Headers\AltSvcHeaderValue.cs (2)
18
public static AltSvcHeaderValue Clear { get; } = new AltSvcHeaderValue(
ClearString
, host: null, port: 0, maxAge: TimeSpan.Zero, persist: false);
57
return
ClearString
;