Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Clear

AltSvcHeaderValue System.Net.Http.Headers.AltSvcHeaderValue.Clear = new AltSvcHeaderValue("clear", null, 0, TimeSpan.Zero, persist: false)
staticget

Definition at line 8 of file AltSvcHeaderValue.cs.

8{ get; } = new AltSvcHeaderValue("clear", null, 0, TimeSpan.Zero, persist: false);
AltSvcHeaderValue(string alpnProtocolName, string host, int port, TimeSpan maxAge, bool persist)

Referenced by System.Net.Http.Headers.AltSvcHeaderParser.GetParsedValueLength(), and System.Net.Http.HttpConnectionPool.HandleAltSvc().