terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
HeaderInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001EB RID: 491
6 internal class HeaderInfo
7 {
8 // Token: 0x06000C0C RID: 3084 RVA: 0x000270FC File Offset: 0x000252FC
10 {
11 this.Parser = p;
13 }
14
15 // Token: 0x04000A76 RID: 2678
17
18 // Token: 0x04000A77 RID: 2679
20
21 // Token: 0x04000A78 RID: 2680
23
24 // Token: 0x04000A79 RID: 2681
25 internal readonly string HeaderName;
26
27 // Token: 0x04000A7A RID: 2682
29 }
30}
class f__AnonymousType0<< Count > j__TPar
readonly bool IsResponseRestricted
Definition HeaderInfo.cs:19
readonly bool AllowMultiValues
Definition HeaderInfo.cs:28
HeaderInfo(string name, bool requestRestricted, bool responseRestricted, bool multi, HeaderParser p)
Definition HeaderInfo.cs:9
readonly bool IsRequestRestricted
Definition HeaderInfo.cs:16
readonly HeaderParser Parser
Definition HeaderInfo.cs:22
readonly string HeaderName
Definition HeaderInfo.cs:25