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
HttpKnownHeaderNames.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x020001B4 RID: 436
6 internal static class HttpKnownHeaderNames
7 {
8 // Token: 0x0400090E RID: 2318
9 public const string CacheControl = "Cache-Control";
10
11 // Token: 0x0400090F RID: 2319
12 public const string Connection = "Connection";
13
14 // Token: 0x04000910 RID: 2320
15 public const string Date = "Date";
16
17 // Token: 0x04000911 RID: 2321
18 public const string KeepAlive = "Keep-Alive";
19
20 // Token: 0x04000912 RID: 2322
21 public const string Pragma = "Pragma";
22
23 // Token: 0x04000913 RID: 2323
24 public const string ProxyConnection = "Proxy-Connection";
25
26 // Token: 0x04000914 RID: 2324
27 public const string Trailer = "Trailer";
28
29 // Token: 0x04000915 RID: 2325
30 public const string TransferEncoding = "Transfer-Encoding";
31
32 // Token: 0x04000916 RID: 2326
33 public const string Upgrade = "Upgrade";
34
35 // Token: 0x04000917 RID: 2327
36 public const string Via = "Via";
37
38 // Token: 0x04000918 RID: 2328
39 public const string Warning = "Warning";
40
41 // Token: 0x04000919 RID: 2329
42 public const string ContentLength = "Content-Length";
43
44 // Token: 0x0400091A RID: 2330
45 public const string ContentType = "Content-Type";
46
47 // Token: 0x0400091B RID: 2331
48 public const string ContentDisposition = "Content-Disposition";
49
50 // Token: 0x0400091C RID: 2332
51 public const string ContentEncoding = "Content-Encoding";
52
53 // Token: 0x0400091D RID: 2333
54 public const string ContentLanguage = "Content-Language";
55
56 // Token: 0x0400091E RID: 2334
57 public const string ContentLocation = "Content-Location";
58
59 // Token: 0x0400091F RID: 2335
60 public const string ContentRange = "Content-Range";
61
62 // Token: 0x04000920 RID: 2336
63 public const string Expires = "Expires";
64
65 // Token: 0x04000921 RID: 2337
66 public const string LastModified = "Last-Modified";
67
68 // Token: 0x04000922 RID: 2338
69 public const string Age = "Age";
70
71 // Token: 0x04000923 RID: 2339
72 public const string Location = "Location";
73
74 // Token: 0x04000924 RID: 2340
75 public const string ProxyAuthenticate = "Proxy-Authenticate";
76
77 // Token: 0x04000925 RID: 2341
78 public const string RetryAfter = "Retry-After";
79
80 // Token: 0x04000926 RID: 2342
81 public const string Server = "Server";
82
83 // Token: 0x04000927 RID: 2343
84 public const string SetCookie = "Set-Cookie";
85
86 // Token: 0x04000928 RID: 2344
87 public const string SetCookie2 = "Set-Cookie2";
88
89 // Token: 0x04000929 RID: 2345
90 public const string Vary = "Vary";
91
92 // Token: 0x0400092A RID: 2346
93 public const string WWWAuthenticate = "WWW-Authenticate";
94
95 // Token: 0x0400092B RID: 2347
96 public const string Accept = "Accept";
97
98 // Token: 0x0400092C RID: 2348
99 public const string AcceptCharset = "Accept-Charset";
100
101 // Token: 0x0400092D RID: 2349
102 public const string AcceptEncoding = "Accept-Encoding";
103
104 // Token: 0x0400092E RID: 2350
105 public const string AcceptLanguage = "Accept-Language";
106
107 // Token: 0x0400092F RID: 2351
108 public const string Authorization = "Authorization";
109
110 // Token: 0x04000930 RID: 2352
111 public const string Cookie = "Cookie";
112
113 // Token: 0x04000931 RID: 2353
114 public const string Cookie2 = "Cookie2";
115
116 // Token: 0x04000932 RID: 2354
117 public const string Expect = "Expect";
118
119 // Token: 0x04000933 RID: 2355
120 public const string From = "From";
121
122 // Token: 0x04000934 RID: 2356
123 public const string Host = "Host";
124
125 // Token: 0x04000935 RID: 2357
126 public const string IfMatch = "If-Match";
127
128 // Token: 0x04000936 RID: 2358
129 public const string IfModifiedSince = "If-Modified-Since";
130
131 // Token: 0x04000937 RID: 2359
132 public const string IfNoneMatch = "If-None-Match";
133
134 // Token: 0x04000938 RID: 2360
135 public const string IfRange = "If-Range";
136
137 // Token: 0x04000939 RID: 2361
138 public const string IfUnmodifiedSince = "If-Unmodified-Since";
139
140 // Token: 0x0400093A RID: 2362
141 public const string MaxForwards = "Max-Forwards";
142
143 // Token: 0x0400093B RID: 2363
144 public const string ProxyAuthorization = "Proxy-Authorization";
145
146 // Token: 0x0400093C RID: 2364
147 public const string Referer = "Referer";
148
149 // Token: 0x0400093D RID: 2365
150 public const string Range = "Range";
151
152 // Token: 0x0400093E RID: 2366
153 public const string UserAgent = "User-Agent";
154
155 // Token: 0x0400093F RID: 2367
156 public const string ContentMD5 = "Content-MD5";
157
158 // Token: 0x04000940 RID: 2368
159 public const string ETag = "ETag";
160
161 // Token: 0x04000941 RID: 2369
162 public const string TE = "TE";
163
164 // Token: 0x04000942 RID: 2370
165 public const string Allow = "Allow";
166
167 // Token: 0x04000943 RID: 2371
168 public const string AcceptRanges = "Accept-Ranges";
169
170 // Token: 0x04000944 RID: 2372
171 public const string P3P = "P3P";
172
173 // Token: 0x04000945 RID: 2373
174 public const string XPoweredBy = "X-Powered-By";
175
176 // Token: 0x04000946 RID: 2374
177 public const string XAspNetVersion = "X-AspNet-Version";
178
179 // Token: 0x04000947 RID: 2375
180 public const string SecWebSocketKey = "Sec-WebSocket-Key";
181
182 // Token: 0x04000948 RID: 2376
183 public const string SecWebSocketExtensions = "Sec-WebSocket-Extensions";
184
185 // Token: 0x04000949 RID: 2377
186 public const string SecWebSocketAccept = "Sec-WebSocket-Accept";
187
188 // Token: 0x0400094A RID: 2378
189 public const string Origin = "Origin";
190
191 // Token: 0x0400094B RID: 2379
192 public const string SecWebSocketProtocol = "Sec-WebSocket-Protocol";
193
194 // Token: 0x0400094C RID: 2380
195 public const string SecWebSocketVersion = "Sec-WebSocket-Version";
196 }
197}