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

◆ HeaderType

HttpHeaderType System.Net.Http.Headers.HeaderDescriptor.HeaderType
get

Definition at line 18 of file HeaderDescriptor.cs.

19 {
20 get
21 {
22 if (_knownHeader != null)
23 {
25 }
26 return HttpHeaderType.Custom;
27 }
28 }

Referenced by System.Net.Http.Http2Connection.Http2Stream.OnHeader(), and System.Net.Http.Http3RequestStream.OnHeader().