terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Cookie.cs
Go to the documentation of this file.
1using System;
9
10namespace System.Net
11{
12 [global::Cpp2ILInjected.Token(Token = "0x200020C")]
14 public sealed class Cookie
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000CC3")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F2BEF4", Offset = "0x1F2BEF4", Length = "0xE0")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "Get", ReturnType = typeof(Cookie))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "GetServer", ReturnType = typeof(Cookie))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
25 public Cookie()
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000CC4")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1F2BFD4", Offset = "0x1F2BFD4", Length = "0x104")]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = ".ctor", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(string),
36 typeof(string)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "Clone", ReturnType = typeof(Cookie))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Name", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
44 public Cookie(string name, string value)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000CC5")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1F2C238", Offset = "0x1F2C238", Length = "0x60")]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = ".ctor", MemberParameters = new object[]
52 {
53 typeof(string),
54 typeof(string),
55 typeof(string),
56 typeof(string)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = ".ctor", MemberParameters = new object[]
60 {
61 typeof(string),
62 typeof(string)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
65 public Cookie(string name, string value, string path)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6000CC6")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1F2C2F4", Offset = "0x1F2C2F4", Length = "0x28")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = ".ctor", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(string),
77 typeof(string)
78 }, ReturnType = typeof(void))]
79 public Cookie(string name, string value, string path, string domain)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x17000299")]
85 public string Comment
86 {
87 [global::Cpp2ILInjected.Token(Token = "0x6000CC7")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1F2C38C", Offset = "0x1F2C38C", Length = "0x8")]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 get
91 {
92 throw null;
93 }
94 [global::Cpp2ILInjected.Token(Token = "0x6000CC8")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1F2C394", Offset = "0x1F2C394", Length = "0x58")]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
98 set
99 {
100 throw null;
101 }
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x1700029A")]
106 {
107 [global::Cpp2ILInjected.Token(Token = "0x6000CC9")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1F2C3EC", Offset = "0x1F2C3EC", Length = "0x8")]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 get
111 {
112 throw null;
113 }
114 [global::Cpp2ILInjected.Token(Token = "0x6000CCA")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1F2C3F4", Offset = "0x1F2C3F4", Length = "0x8")]
116 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
117 set
118 {
119 throw null;
120 }
121 }
122
123 [global::Cpp2ILInjected.Token(Token = "0x1700029B")]
124 public bool HttpOnly
125 {
126 [global::Cpp2ILInjected.Token(Token = "0x6000CCB")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1F2C3FC", Offset = "0x1F2C3FC", Length = "0x8")]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
129 get
130 {
131 throw null;
132 }
133 [global::Cpp2ILInjected.Token(Token = "0x6000CCC")]
134 [global::Cpp2ILInjected.Address(RVA = "0x1F2C404", Offset = "0x1F2C404", Length = "0xC")]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 set
137 {
138 throw null;
139 }
140 }
141
142 [global::Cpp2ILInjected.Token(Token = "0x1700029C")]
143 public bool Discard
144 {
145 [global::Cpp2ILInjected.Token(Token = "0x6000CCD")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1F2C410", Offset = "0x1F2C410", Length = "0x8")]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
148 get
149 {
150 throw null;
151 }
152 [global::Cpp2ILInjected.Token(Token = "0x6000CCE")]
153 [global::Cpp2ILInjected.Address(RVA = "0x1F2C418", Offset = "0x1F2C418", Length = "0xC")]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
155 set
156 {
157 throw null;
158 }
159 }
160
161 [global::Cpp2ILInjected.Token(Token = "0x1700029D")]
162 public string Domain
163 {
164 [global::Cpp2ILInjected.Token(Token = "0x6000CCF")]
165 [global::Cpp2ILInjected.Address(RVA = "0x1F2C424", Offset = "0x1F2C424", Length = "0x8")]
166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
167 get
168 {
169 throw null;
170 }
171 [global::Cpp2ILInjected.Token(Token = "0x6000CD0")]
172 [global::Cpp2ILInjected.Address(RVA = "0x1F2C31C", Offset = "0x1F2C31C", Length = "0x70")]
173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "Clone", ReturnType = typeof(Cookie))]
174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "Get", ReturnType = typeof(Cookie))]
175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "GetServer", ReturnType = typeof(Cookie))]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
178 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
179 set
180 {
181 throw null;
182 }
183 }
184
185 [global::Cpp2ILInjected.Token(Token = "0x1700029E")]
186 private string _Domain
187 {
188 [global::Cpp2ILInjected.Token(Token = "0x6000CD1")]
189 [global::Cpp2ILInjected.Address(RVA = "0x1F2C42C", Offset = "0x1F2C42C", Length = "0xC4")]
190 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "ToString", ReturnType = typeof(string))]
192 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
194 {
195 typeof(string),
196 typeof(string),
197 typeof(string),
198 typeof(string)
199 }, ReturnType = typeof(string))]
200 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
201 get
202 {
203 throw null;
204 }
205 }
206
207 [global::Cpp2ILInjected.Token(Token = "0x1700029F")]
208 internal bool DomainImplicit
209 {
210 [global::Cpp2ILInjected.Token(Token = "0x6000CD2")]
211 [global::Cpp2ILInjected.Address(RVA = "0x1F2C500", Offset = "0x1F2C500", Length = "0x8")]
212 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
213 get
214 {
215 throw null;
216 }
217 [global::Cpp2ILInjected.Token(Token = "0x6000CD3")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1F2C508", Offset = "0x1F2C508", Length = "0xC")]
219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
220 set
221 {
222 throw null;
223 }
224 }
225
226 [global::Cpp2ILInjected.Token(Token = "0x170002A0")]
227 public bool Expired
228 {
229 [global::Cpp2ILInjected.Token(Token = "0x6000CD4")]
230 [global::Cpp2ILInjected.Address(RVA = "0x1F2C514", Offset = "0x1F2C514", Length = "0xB8")]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
232 {
233 typeof(Cookie),
234 typeof(bool)
235 }, ReturnType = typeof(void))]
236 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "ExpireCollection", MemberParameters = new object[] { typeof(CookieCollection) }, ReturnType = typeof(int))]
237 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "MergeUpdateCollections", MemberParameters = new object[]
238 {
241 typeof(int),
242 typeof(bool),
243 typeof(bool)
244 }, ReturnType = typeof(void))]
245 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "op_Inequality", MemberParameters = new object[]
247 {
250 }, ReturnType = typeof(bool))]
251 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "ToLocalTime", ReturnType = typeof(DateTime))]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "op_LessThanOrEqual", MemberParameters = new object[]
254 {
257 }, ReturnType = typeof(bool))]
258 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
259 get
260 {
261 throw null;
262 }
263 [global::Cpp2ILInjected.Token(Token = "0x6000CD5")]
264 [global::Cpp2ILInjected.Address(RVA = "0x1F2C5CC", Offset = "0x1F2C5CC", Length = "0x64")]
265 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
266 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
267 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
268 set
269 {
270 throw null;
271 }
272 }
273
274 [global::Cpp2ILInjected.Token(Token = "0x170002A1")]
276 {
277 [global::Cpp2ILInjected.Token(Token = "0x6000CD6")]
278 [global::Cpp2ILInjected.Address(RVA = "0x1F2C630", Offset = "0x1F2C630", Length = "0x8")]
279 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
280 get
281 {
282 throw null;
283 }
284 [global::Cpp2ILInjected.Token(Token = "0x6000CD7")]
285 [global::Cpp2ILInjected.Address(RVA = "0x1F2C638", Offset = "0x1F2C638", Length = "0x8")]
286 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
287 set
288 {
289 throw null;
290 }
291 }
292
293 [global::Cpp2ILInjected.Token(Token = "0x170002A2")]
294 public string Name
295 {
296 [global::Cpp2ILInjected.Token(Token = "0x6000CD8")]
297 [global::Cpp2ILInjected.Address(RVA = "0x1F2C640", Offset = "0x1F2C640", Length = "0x8")]
298 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
299 get
300 {
301 throw null;
302 }
303 [global::Cpp2ILInjected.Token(Token = "0x6000CD9")]
304 [global::Cpp2ILInjected.Address(RVA = "0x1F2C0D8", Offset = "0x1F2C0D8", Length = "0x160")]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = ".ctor", MemberParameters = new object[]
306 {
307 typeof(string),
308 typeof(string)
309 }, ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "IsBlankString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "InternalSetName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
315 {
316 typeof(string),
317 typeof(object[])
318 }, ReturnType = typeof(string))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
321 set
322 {
323 throw null;
324 }
325 }
326
327 [global::Cpp2ILInjected.Token(Token = "0x6000CDA")]
328 [global::Cpp2ILInjected.Address(RVA = "0x1F2C648", Offset = "0x1F2C648", Length = "0x100")]
329 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "set_Name", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
331 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "Get", ReturnType = typeof(Cookie))]
332 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "GetServer", ReturnType = typeof(Cookie))]
333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ValidationHelper), Member = "IsBlankString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOfAny", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(int))]
337 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
338 internal bool InternalSetName(string value)
339 {
340 throw null;
341 }
342
343 [global::Cpp2ILInjected.Token(Token = "0x170002A3")]
344 public string Path
345 {
346 [global::Cpp2ILInjected.Token(Token = "0x6000CDB")]
347 [global::Cpp2ILInjected.Address(RVA = "0x1F2C750", Offset = "0x1F2C750", Length = "0x8")]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
349 get
350 {
351 throw null;
352 }
353 [global::Cpp2ILInjected.Token(Token = "0x6000CDC")]
354 [global::Cpp2ILInjected.Address(RVA = "0x1F2C298", Offset = "0x1F2C298", Length = "0x5C")]
355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
357 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
358 set
359 {
360 throw null;
361 }
362 }
363
364 [global::Cpp2ILInjected.Token(Token = "0x170002A4")]
365 private string _Path
366 {
367 [global::Cpp2ILInjected.Token(Token = "0x6000CDD")]
368 [global::Cpp2ILInjected.Address(RVA = "0x1F2C758", Offset = "0x1F2C758", Length = "0x94")]
369 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
370 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "ToString", ReturnType = typeof(string))]
371 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
373 {
374 typeof(string),
375 typeof(string)
376 }, ReturnType = typeof(string))]
377 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
378 get
379 {
380 throw null;
381 }
382 }
383
384 [global::Cpp2ILInjected.Token(Token = "0x170002A5")]
385 internal bool Plain
386 {
387 [global::Cpp2ILInjected.Token(Token = "0x6000CDE")]
388 [global::Cpp2ILInjected.Address(RVA = "0x1F2C4F0", Offset = "0x1F2C4F0", Length = "0x10")]
389 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
390 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
391 get
392 {
393 throw null;
394 }
395 }
396
397 [global::Cpp2ILInjected.Token(Token = "0x6000CDF")]
398 [global::Cpp2ILInjected.Address(RVA = "0x1F2C7EC", Offset = "0x1F2C7EC", Length = "0x15C")]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[] { typeof(Cookie) }, ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
401 {
402 typeof(Uri),
404 }, ReturnType = typeof(void))]
405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
406 {
407 typeof(Uri),
408 typeof(CookieCollection)
409 }, ReturnType = typeof(void))]
410 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
411 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = ".ctor", MemberParameters = new object[]
412 {
413 typeof(string),
414 typeof(string)
415 }, ReturnType = typeof(void))]
416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Port", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Domain", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
418 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Version", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
419 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
420 internal Cookie Clone()
421 {
422 throw null;
423 }
424
425 [global::Cpp2ILInjected.Token(Token = "0x6000CE0")]
426 [global::Cpp2ILInjected.Address(RVA = "0x1F2CC98", Offset = "0x1F2CC98", Length = "0x4C")]
427 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
428 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "VerifySetDefaults", MemberParameters = new object[]
429 {
431 typeof(Uri),
432 typeof(bool),
433 typeof(string),
434 typeof(bool),
435 typeof(bool)
436 }, ReturnType = typeof(bool))]
437 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
439 {
440 typeof(string),
441 typeof(int),
442 typeof(string),
443 typeof(int),
444 typeof(int),
446 }, ReturnType = typeof(int))]
447 private static bool IsDomainEqualToHost(string domain, string host)
448 {
449 throw null;
450 }
451
452 [global::Cpp2ILInjected.Token(Token = "0x6000CE1")]
453 [global::Cpp2ILInjected.Address(RVA = "0x1F2CCE4", Offset = "0x1F2CCE4", Length = "0x8E8")]
454 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
455 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[] { typeof(Cookie) }, ReturnType = typeof(void))]
456 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
457 {
458 typeof(Uri),
460 }, ReturnType = typeof(void))]
461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "Add", MemberParameters = new object[]
462 {
463 typeof(Uri),
464 typeof(CookieCollection)
465 }, ReturnType = typeof(void))]
466 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieContainer), Member = "CookieCutter", MemberParameters = new object[]
467 {
468 typeof(Uri),
469 typeof(string),
470 typeof(string),
471 typeof(bool)
472 }, ReturnType = typeof(CookieCollection))]
473 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
474 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_Host", ReturnType = typeof(string))]
475 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_Port", ReturnType = typeof(int))]
476 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_AbsolutePath", ReturnType = typeof(string))]
477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
478 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOfAny", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(int))]
479 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
481 {
482 typeof(string),
483 typeof(string),
485 }, ReturnType = typeof(int))]
486 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "DomainCharsTest", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
487 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
488 {
489 typeof(string),
490 typeof(string)
491 }, ReturnType = typeof(string))]
492 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[]
494 {
495 typeof(char),
496 typeof(int),
497 typeof(int)
498 }, ReturnType = typeof(int))]
499 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "IsDomainEqualToHost", MemberParameters = new object[]
500 {
501 typeof(string),
502 typeof(string)
503 }, ReturnType = typeof(bool))]
504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
505 {
506 typeof(string),
507 typeof(int),
508 typeof(string),
509 typeof(int),
510 typeof(int),
512 }, ReturnType = typeof(int))]
513 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
514 {
515 typeof(int),
516 typeof(int)
517 }, ReturnType = typeof(string))]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLower", MemberParameters = new object[] { typeof(CultureInfo) }, ReturnType = typeof(string))]
520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieParser), Member = "CheckQuoted", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
521 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
523 {
524 typeof(string),
525 typeof(object[])
526 }, ReturnType = typeof(string))]
527 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
528 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 65)]
530 {
531 throw null;
532 }
533
534 [global::Cpp2ILInjected.Token(Token = "0x6000CE2")]
535 [global::Cpp2ILInjected.Address(RVA = "0x1F2D5CC", Offset = "0x1F2D5CC", Length = "0x9C")]
536 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "VerifySetDefaults", MemberParameters = new object[]
538 {
540 typeof(Uri),
541 typeof(bool),
542 typeof(string),
543 typeof(bool),
544 typeof(bool)
545 }, ReturnType = typeof(bool))]
546 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
548 private static bool DomainCharsTest(string name)
549 {
550 throw null;
551 }
552
553 [global::Cpp2ILInjected.Token(Token = "0x170002A6")]
554 public string Port
555 {
556 [global::Cpp2ILInjected.Token(Token = "0x6000CE3")]
557 [global::Cpp2ILInjected.Address(RVA = "0x1F2D724", Offset = "0x1F2D724", Length = "0x8")]
558 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
559 get
560 {
561 throw null;
562 }
563 [global::Cpp2ILInjected.Token(Token = "0x6000CE4")]
564 [global::Cpp2ILInjected.Address(RVA = "0x1F2C948", Offset = "0x1F2C948", Length = "0x2DC")]
565 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "Clone", ReturnType = typeof(Cookie))]
567 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "Get", ReturnType = typeof(Cookie))]
568 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "GetServer", ReturnType = typeof(Cookie))]
569 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
570 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
571 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
572 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(string[]))]
573 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = ".ctor", ReturnType = typeof(void))]
574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
575 {
576 typeof(string),
577 typeof(string)
578 }, ReturnType = typeof(bool))]
579 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "TryParse", MemberParameters = new object[]
580 {
581 typeof(string),
582 typeof(ref int)
583 }, ReturnType = typeof(bool))]
584 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<int>), Member = "ToArray", ReturnType = "T[]")]
585 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
586 {
587 typeof(string),
588 typeof(object[])
589 }, ReturnType = typeof(string))]
590 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
591 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
592 set
593 {
594 throw null;
595 }
596 }
597
598 [global::Cpp2ILInjected.Token(Token = "0x170002A7")]
599 internal int[] PortList
600 {
601 [global::Cpp2ILInjected.Token(Token = "0x6000CE5")]
602 [global::Cpp2ILInjected.Address(RVA = "0x1F2D72C", Offset = "0x1F2D72C", Length = "0x8")]
603 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
604 get
605 {
606 throw null;
607 }
608 }
609
610 [global::Cpp2ILInjected.Token(Token = "0x170002A8")]
611 private string _Port
612 {
613 [global::Cpp2ILInjected.Token(Token = "0x6000CE6")]
614 [global::Cpp2ILInjected.Address(RVA = "0x1F2D734", Offset = "0x1F2D734", Length = "0xC0")]
615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "ToString", ReturnType = typeof(string))]
616 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
617 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
618 {
619 typeof(string),
620 typeof(string)
621 }, ReturnType = typeof(string))]
622 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
623 get
624 {
625 throw null;
626 }
627 }
628
629 [global::Cpp2ILInjected.Token(Token = "0x170002A9")]
630 public bool Secure
631 {
632 [global::Cpp2ILInjected.Token(Token = "0x6000CE7")]
633 [global::Cpp2ILInjected.Address(RVA = "0x1F2D7F4", Offset = "0x1F2D7F4", Length = "0x8")]
634 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
635 get
636 {
637 throw null;
638 }
639 [global::Cpp2ILInjected.Token(Token = "0x6000CE8")]
640 [global::Cpp2ILInjected.Address(RVA = "0x1F2D7FC", Offset = "0x1F2D7FC", Length = "0xC")]
641 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
642 set
643 {
644 throw null;
645 }
646 }
647
648 [global::Cpp2ILInjected.Token(Token = "0x170002AA")]
649 public DateTime TimeStamp
650 {
651 [global::Cpp2ILInjected.Token(Token = "0x6000CE9")]
652 [global::Cpp2ILInjected.Address(RVA = "0x1F2D808", Offset = "0x1F2D808", Length = "0x8")]
653 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
654 get
655 {
656 throw null;
657 }
658 }
659
660 [global::Cpp2ILInjected.Token(Token = "0x170002AB")]
661 public string Value
662 {
663 [global::Cpp2ILInjected.Token(Token = "0x6000CEA")]
664 [global::Cpp2ILInjected.Address(RVA = "0x1F2D810", Offset = "0x1F2D810", Length = "0x8")]
665 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
666 get
667 {
668 throw null;
669 }
670 [global::Cpp2ILInjected.Token(Token = "0x6000CEB")]
671 [global::Cpp2ILInjected.Address(RVA = "0x1F2D818", Offset = "0x1F2D818", Length = "0x58")]
672 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
673 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
674 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
675 set
676 {
677 throw null;
678 }
679 }
680
681 [global::Cpp2ILInjected.Token(Token = "0x170002AC")]
683 {
684 [global::Cpp2ILInjected.Token(Token = "0x6000CEC")]
685 [global::Cpp2ILInjected.Address(RVA = "0x1F2D870", Offset = "0x1F2D870", Length = "0x8")]
686 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
687 get
688 {
689 throw null;
690 }
691 [global::Cpp2ILInjected.Token(Token = "0x6000CED")]
692 [global::Cpp2ILInjected.Address(RVA = "0x1F2D878", Offset = "0x1F2D878", Length = "0x8")]
693 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
694 set
695 {
696 throw null;
697 }
698 }
699
700 [global::Cpp2ILInjected.Token(Token = "0x170002AD")]
701 internal string DomainKey
702 {
703 [global::Cpp2ILInjected.Token(Token = "0x6000CEE")]
704 [global::Cpp2ILInjected.Address(RVA = "0x1F2D880", Offset = "0x1F2D880", Length = "0x1C")]
705 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
706 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
707 get
708 {
709 throw null;
710 }
711 }
712
713 [global::Cpp2ILInjected.Token(Token = "0x170002AE")]
714 public int Version
715 {
716 [global::Cpp2ILInjected.Token(Token = "0x6000CEF")]
717 [global::Cpp2ILInjected.Address(RVA = "0x1F2D89C", Offset = "0x1F2D89C", Length = "0x8")]
718 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
719 get
720 {
721 throw null;
722 }
723 [global::Cpp2ILInjected.Token(Token = "0x6000CF0")]
724 [global::Cpp2ILInjected.Address(RVA = "0x1F2CC24", Offset = "0x1F2CC24", Length = "0x74")]
725 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "Clone", ReturnType = typeof(Cookie))]
727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "Get", ReturnType = typeof(Cookie))]
728 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CookieParser), Member = "GetServer", ReturnType = typeof(Cookie))]
729 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
730 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
731 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
732 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
733 set
734 {
735 throw null;
736 }
737 }
738
739 [global::Cpp2ILInjected.Token(Token = "0x170002AF")]
740 private string _Version
741 {
742 [global::Cpp2ILInjected.Token(Token = "0x6000CF1")]
743 [global::Cpp2ILInjected.Address(RVA = "0x1F2D8A4", Offset = "0x1F2D8A4", Length = "0xFC")]
744 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cookie), Member = "ToString", ReturnType = typeof(string))]
745 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
746 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NumberFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(NumberFormatInfo))]
747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
748 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
749 {
750 typeof(string),
751 typeof(string),
752 typeof(string),
753 typeof(string)
754 }, ReturnType = typeof(string))]
755 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
756 get
757 {
758 throw null;
759 }
760 }
761
762 [global::Cpp2ILInjected.Token(Token = "0x6000CF2")]
763 [global::Cpp2ILInjected.Address(RVA = "0x1F2D9A0", Offset = "0x1F2D9A0", Length = "0x58")]
764 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
765 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
766 internal static IComparer GetComparer()
767 {
768 throw null;
769 }
770
771 [global::Cpp2ILInjected.Token(Token = "0x6000CF3")]
772 [global::Cpp2ILInjected.Address(RVA = "0x1F2D9F8", Offset = "0x1F2D9F8", Length = "0xD0")]
773 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
774 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
775 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
776 {
777 typeof(string),
778 typeof(string),
780 }, ReturnType = typeof(int))]
781 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
782 public override bool Equals(object comparand)
783 {
784 throw null;
785 }
786
787 [global::Cpp2ILInjected.Token(Token = "0x6000CF4")]
788 [global::Cpp2ILInjected.Address(RVA = "0x1F2DAC8", Offset = "0x1F2DAC8", Length = "0x1F0")]
789 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
790 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
791 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
792 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
793 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
794 public override int GetHashCode()
795 {
796 throw null;
797 }
798
799 [global::Cpp2ILInjected.Token(Token = "0x6000CF5")]
800 [global::Cpp2ILInjected.Address(RVA = "0x1F2DCB8", Offset = "0x1F2DCB8", Length = "0x2A4")]
801 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
802 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "get__Domain", ReturnType = typeof(string))]
803 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "get__Path", ReturnType = typeof(string))]
804 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "get__Port", ReturnType = typeof(string))]
805 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "get__Version", ReturnType = typeof(string))]
806 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
807 {
808 typeof(string),
809 typeof(string)
810 }, ReturnType = typeof(string))]
811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
812 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
813 {
814 typeof(string),
815 typeof(string)
816 }, ReturnType = typeof(bool))]
817 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
818 public override string ToString()
819 {
820 throw null;
821 }
822
823 [global::Cpp2ILInjected.Token(Token = "0x6000CF6")]
824 [global::Cpp2ILInjected.Address(RVA = "0x1F2DF5C", Offset = "0x1F2DF5C", Length = "0x3B8")]
825 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
826 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
827 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
828 {
829 typeof(string),
830 typeof(string),
831 typeof(string)
832 }, ReturnType = typeof(string))]
833 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "op_Inequality", MemberParameters = new object[]
834 {
835 typeof(Uri),
836 typeof(Uri)
837 }, ReturnType = typeof(bool))]
838 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
839 {
840 typeof(string),
841 typeof(string),
842 typeof(string),
843 typeof(string)
844 }, ReturnType = typeof(string))]
845 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
846 {
847 typeof(string),
848 typeof(string)
849 }, ReturnType = typeof(string))]
850 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "op_Inequality", MemberParameters = new object[]
851 {
854 }, ReturnType = typeof(bool))]
855 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "ToLocalTime", ReturnType = typeof(DateTime))]
856 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
857 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "op_Subtraction", MemberParameters = new object[]
858 {
861 }, ReturnType = typeof(TimeSpan))]
862 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_TotalSeconds", ReturnType = typeof(double))]
863 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NumberFormatInfo), Member = "get_InvariantInfo", ReturnType = typeof(NumberFormatInfo))]
864 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(IFormatProvider) }, ReturnType = typeof(string))]
865 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
866 {
867 typeof(string),
868 typeof(string)
869 }, ReturnType = typeof(bool))]
870 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
871 internal string ToServerString()
872 {
873 throw null;
874 }
875
876 // Note: this type is marked as 'beforefieldinit'.
877 [global::Cpp2ILInjected.Token(Token = "0x6000CF7")]
878 [global::Cpp2ILInjected.Address(RVA = "0x1F2E314", Offset = "0x1F2E314", Length = "0x130")]
879 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
880 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
881 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
882 {
883 typeof(Array),
885 }, ReturnType = typeof(void))]
886 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
887 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
888 static Cookie()
889 {
890 throw null;
891 }
892
893 [global::Cpp2ILInjected.Token(Token = "0x4000AE6")]
894 internal const int MaxSupportedVersion = 1;
895
896 [global::Cpp2ILInjected.Token(Token = "0x4000AE7")]
897 internal const string CommentAttributeName = "Comment";
898
899 [global::Cpp2ILInjected.Token(Token = "0x4000AE8")]
900 internal const string CommentUrlAttributeName = "CommentURL";
901
902 [global::Cpp2ILInjected.Token(Token = "0x4000AE9")]
903 internal const string DiscardAttributeName = "Discard";
904
905 [global::Cpp2ILInjected.Token(Token = "0x4000AEA")]
906 internal const string DomainAttributeName = "Domain";
907
908 [global::Cpp2ILInjected.Token(Token = "0x4000AEB")]
909 internal const string ExpiresAttributeName = "Expires";
910
911 [global::Cpp2ILInjected.Token(Token = "0x4000AEC")]
912 internal const string MaxAgeAttributeName = "Max-Age";
913
914 [global::Cpp2ILInjected.Token(Token = "0x4000AED")]
915 internal const string PathAttributeName = "Path";
916
917 [global::Cpp2ILInjected.Token(Token = "0x4000AEE")]
918 internal const string PortAttributeName = "Port";
919
920 [global::Cpp2ILInjected.Token(Token = "0x4000AEF")]
921 internal const string SecureAttributeName = "Secure";
922
923 [global::Cpp2ILInjected.Token(Token = "0x4000AF0")]
924 internal const string VersionAttributeName = "Version";
925
926 [global::Cpp2ILInjected.Token(Token = "0x4000AF1")]
927 internal const string HttpOnlyAttributeName = "HttpOnly";
928
929 [global::Cpp2ILInjected.Token(Token = "0x4000AF2")]
930 internal const string SeparatorLiteral = "; ";
931
932 [global::Cpp2ILInjected.Token(Token = "0x4000AF3")]
933 internal const string EqualsLiteral = "=";
934
935 [global::Cpp2ILInjected.Token(Token = "0x4000AF4")]
936 internal const string QuotesLiteral = "\"";
937
938 [global::Cpp2ILInjected.Token(Token = "0x4000AF5")]
939 internal const string SpecialAttributeLiteral = "$";
940
941 [global::Cpp2ILInjected.Token(Token = "0x4000AF6")]
942 internal static readonly char[] PortSplitDelimiters;
943
944 [global::Cpp2ILInjected.Token(Token = "0x4000AF7")]
945 internal static readonly char[] Reserved2Name;
946
947 [global::Cpp2ILInjected.Token(Token = "0x4000AF8")]
948 internal static readonly char[] Reserved2Value;
949
950 [global::Cpp2ILInjected.Token(Token = "0x4000AF9")]
951 private static Comparer staticComparer;
952
953 [global::Cpp2ILInjected.Token(Token = "0x4000AFA")]
954 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
955 private string m_comment;
956
957 [global::Cpp2ILInjected.Token(Token = "0x4000AFB")]
958 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
960
961 [global::Cpp2ILInjected.Token(Token = "0x4000AFC")]
962 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
964
965 [global::Cpp2ILInjected.Token(Token = "0x4000AFD")]
966 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
967 private bool m_discard;
968
969 [global::Cpp2ILInjected.Token(Token = "0x4000AFE")]
970 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
971 private string m_domain;
972
973 [global::Cpp2ILInjected.Token(Token = "0x4000AFF")]
974 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
975 private bool m_domain_implicit;
976
977 [global::Cpp2ILInjected.Token(Token = "0x4000B00")]
978 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
980
981 [global::Cpp2ILInjected.Token(Token = "0x4000B01")]
982 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
983 private string m_name;
984
985 [global::Cpp2ILInjected.Token(Token = "0x4000B02")]
986 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
987 private string m_path;
988
989 [global::Cpp2ILInjected.Token(Token = "0x4000B03")]
990 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
991 private bool m_path_implicit;
992
993 [global::Cpp2ILInjected.Token(Token = "0x4000B04")]
994 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
995 private string m_port;
996
997 [global::Cpp2ILInjected.Token(Token = "0x4000B05")]
998 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
999 private bool m_port_implicit;
1000
1001 [global::Cpp2ILInjected.Token(Token = "0x4000B06")]
1002 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
1003 private int[] m_port_list;
1004
1005 [global::Cpp2ILInjected.Token(Token = "0x4000B07")]
1006 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
1007 private bool m_secure;
1008
1010 [global::Cpp2ILInjected.Token(Token = "0x4000B08")]
1011 [global::Cpp2ILInjected.FieldOffset(Offset = "0x71")]
1012 private bool m_httpOnly;
1013
1014 [global::Cpp2ILInjected.Token(Token = "0x4000B09")]
1015 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
1017
1018 [global::Cpp2ILInjected.Token(Token = "0x4000B0A")]
1019 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
1020 private string m_value;
1021
1022 [global::Cpp2ILInjected.Token(Token = "0x4000B0B")]
1023 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
1024 private int m_version;
1025
1026 [global::Cpp2ILInjected.Token(Token = "0x4000B0C")]
1027 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
1028 private string m_domainKey;
1029
1030 [global::Cpp2ILInjected.Token(Token = "0x4000B0D")]
1031 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
1032 internal bool IsQuotedVersion;
1033
1034 [global::Cpp2ILInjected.Token(Token = "0x4000B0E")]
1035 [global::Cpp2ILInjected.FieldOffset(Offset = "0x99")]
1036 internal bool IsQuotedDomain;
1037 }
1038}
class f__AnonymousType0<< Count > j__TPar
string Comment
Definition Cookie.cs:86
override int GetHashCode()
Definition Cookie.cs:794
Cookie(string name, string value, string path)
Definition Cookie.cs:65
static Cookie()
Definition Cookie.cs:888
static bool DomainCharsTest(string name)
Definition Cookie.cs:548
static Comparer staticComparer
Definition Cookie.cs:951
DateTime Expires
Definition Cookie.cs:276
Cookie(string name, string value)
Definition Cookie.cs:44
bool m_path_implicit
Definition Cookie.cs:991
static IComparer GetComparer()
Definition Cookie.cs:766
static readonly char[] Reserved2Name
Definition Cookie.cs:945
Cookie Clone()
Definition Cookie.cs:420
static readonly char[] PortSplitDelimiters
Definition Cookie.cs:942
bool m_domain_implicit
Definition Cookie.cs:975
Cookie(string name, string value, string path, string domain)
Definition Cookie.cs:79
bool m_port_implicit
Definition Cookie.cs:999
CookieVariant m_cookieVariant
Definition Cookie.cs:963
override bool Equals(object comparand)
Definition Cookie.cs:782
string ToServerString()
Definition Cookie.cs:871
bool DomainImplicit
Definition Cookie.cs:209
DateTime m_timeStamp
Definition Cookie.cs:1016
string m_domainKey
Definition Cookie.cs:1028
override string ToString()
Definition Cookie.cs:818
static bool IsDomainEqualToHost(string domain, string host)
Definition Cookie.cs:447
string m_domain
Definition Cookie.cs:971
static readonly char[] Reserved2Value
Definition Cookie.cs:948
bool VerifySetDefaults(CookieVariant variant, Uri uri, bool isLocalDomain, string localDomain, bool set_default, bool isThrow)
Definition Cookie.cs:529
string m_comment
Definition Cookie.cs:955
DateTime m_expires
Definition Cookie.cs:979
bool InternalSetName(string value)
Definition Cookie.cs:338