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

◆ KnownHeader() [1/2]

System.Net.Http.Headers.KnownHeader.KnownHeader ( string name,
int? http2StaticTableIndex = null,
int? http3StaticTableIndex = null )
inline

Definition at line 26 of file KnownHeader.cs.

27 : this(name, HttpHeaderType.Custom, null, null, http2StaticTableIndex, http3StaticTableIndex)
28 {
29 }