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
HttpListenerRequest.cs
Go to the documentation of this file.
1using System;
4using System.IO;
7using System.Text;
11
12namespace System.Net
13{
14 [global::Cpp2ILInjected.Token(Token = "0x200024E")]
15 public sealed class HttpListenerRequest
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000F15")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F4DEC8", Offset = "0x1F4DEC8", Length = "0xA8")]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerContext), Member = ".ctor", MemberParameters = new object[] { typeof(HttpConnection) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebHeaderCollection), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6000F16")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F4AF60", Offset = "0x1F4AF60", Length = "0x2DC")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpConnection), Member = "ProcessInput", MemberParameters = new object[] { typeof(MemoryStream) }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[]
35 {
36 typeof(char[]),
37 typeof(int)
38 }, ReturnType = typeof(string[]))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Version), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = ".ctor", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
45 internal void SetRequestLine(string req)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000F17")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1F4E8F4", Offset = "0x1F4E8F4", Length = "0x1F4")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "FinishInitialization", ReturnType = typeof(bool))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = ".ctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[]
59 {
60 typeof(char),
62 }, ReturnType = typeof(string[]))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
65 {
66 typeof(int),
67 typeof(int)
68 }, ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebUtility), Member = "UrlDecode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
72 private void CreateQueryString(string query)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x6000F18")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1F4EAE8", Offset = "0x1F4EAE8", Length = "0xA0")]
79 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "FinishInitialization", ReturnType = typeof(bool))]
81 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
84 {
85 typeof(int),
86 typeof(int)
87 }, ReturnType = typeof(string))]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
89 private static bool MaybeUri(string s)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6000F19")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1F4EB88", Offset = "0x1F4EB88", Length = "0x1F0")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
100 {
101 typeof(string),
102 typeof(string)
103 }, ReturnType = typeof(bool))]
104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
105 private static bool IsPredefinedScheme(string scheme)
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x6000F1A")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1F4A4E0", Offset = "0x1F4A4E0", Length = "0x5B8")]
112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpConnection), Member = "OnReadInternal", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequest), Member = "get_UserHostName", ReturnType = typeof(string))]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Version), Member = "op_GreaterThan", MemberParameters = new object[]
117 {
120 }, ReturnType = typeof(bool))]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLowerInvariant", ReturnType = typeof(string))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequest), Member = "MaybeUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "TryCreate", MemberParameters = new object[]
124 {
125 typeof(string),
127 typeof(ref Uri)
128 }, ReturnType = typeof(bool))]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_PathAndQuery", ReturnType = typeof(string))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "get_LocalEndPoint", ReturnType = typeof(IPEndPoint))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "op_Inequality", MemberParameters = new object[]
132 {
133 typeof(Uri),
134 typeof(Uri)
135 }, ReturnType = typeof(bool))]
136 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_Host", ReturnType = typeof(string))]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
139 {
140 typeof(int),
141 typeof(int)
142 }, ReturnType = typeof(string))]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
144 {
145 typeof(string),
146 typeof(object),
147 typeof(object),
148 typeof(object)
149 }, ReturnType = typeof(string))]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
151 {
152 typeof(string),
153 typeof(string)
154 }, ReturnType = typeof(string))]
155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_Query", ReturnType = typeof(string))]
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequest), Member = "CreateQueryString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_Scheme", ReturnType = typeof(string))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_Authority", ReturnType = typeof(string))]
159 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "get_LocalPath", ReturnType = typeof(string))]
160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequestUriBuilder), Member = "GetRequestUri", MemberParameters = new object[]
161 {
162 typeof(string),
163 typeof(string),
164 typeof(string),
165 typeof(string),
166 typeof(string)
167 }, ReturnType = typeof(Uri))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Version), Member = "op_GreaterThanOrEqual", MemberParameters = new object[]
169 {
172 }, ReturnType = typeof(bool))]
173 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
175 {
176 typeof(string),
177 typeof(string),
179 }, ReturnType = typeof(int))]
180 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
181 {
182 typeof(string),
183 typeof(string),
184 typeof(string)
185 }, ReturnType = typeof(string))]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebUtility), Member = "HtmlEncode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "GetResponseStream", ReturnType = typeof(ResponseStream))]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ResponseStream), Member = "InternalWrite", MemberParameters = new object[]
189 {
190 typeof(byte[]),
191 typeof(int),
192 typeof(int)
193 }, ReturnType = typeof(void))]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "SendError", MemberParameters = new object[]
195 {
196 typeof(string),
197 typeof(int)
198 }, ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 27)]
200 internal bool FinishInitialization()
201 {
202 throw null;
203 }
204
205 [global::Cpp2ILInjected.Token(Token = "0x6000F1B")]
206 [global::Cpp2ILInjected.Address(RVA = "0x1F4EE00", Offset = "0x1F4EE00", Length = "0x60")]
207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "AddHeader", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
208 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
212 {
213 typeof(int),
214 typeof(int)
215 }, ReturnType = typeof(string))]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
217 internal static string Unquote(string str)
218 {
219 throw null;
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x6000F1C")]
223 [global::Cpp2ILInjected.Address(RVA = "0x1F4B23C", Offset = "0x1F4B23C", Length = "0x814")]
224 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpConnection), Member = "ProcessInput", MemberParameters = new object[] { typeof(MemoryStream) }, ReturnType = typeof(bool))]
226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
229 {
230 typeof(int),
231 typeof(int)
232 }, ReturnType = typeof(string))]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLower", MemberParameters = new object[] { typeof(CultureInfo) }, ReturnType = typeof(string))]
237 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WebHeaderCollection), Member = "SetInternal", MemberParameters = new object[]
238 {
239 typeof(string),
240 typeof(string)
241 }, ReturnType = typeof(void))]
242 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
243 {
244 typeof(string),
245 typeof(string)
246 }, ReturnType = typeof(bool))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[]
248 {
249 typeof(char),
251 }, ReturnType = typeof(string[]))]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(long), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(long))]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieCollection), Member = ".ctor", ReturnType = typeof(void))]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(string[]))]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequest), Member = "Unquote", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
258 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
259 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Path", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
260 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Domain", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
261 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Port", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
262 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieCollection), Member = "Add", MemberParameters = new object[] { typeof(Cookie) }, ReturnType = typeof(void))]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = ".ctor", ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Name", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
266 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Cookie), Member = "set_Version", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
267 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 51)]
268 internal void AddHeader(string header)
269 {
270 throw null;
271 }
272
273 [global::Cpp2ILInjected.Token(Token = "0x6000F1D")]
274 [global::Cpp2ILInjected.Address(RVA = "0x1F4BE6C", Offset = "0x1F4BE6C", Length = "0x298")]
275 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpConnection), Member = "Close", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
277 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Min", MemberParameters = new object[]
279 {
280 typeof(long),
281 typeof(long)
282 }, ReturnType = typeof(long))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequest), Member = "get_InputStream", ReturnType = typeof(Stream))]
284 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
285 internal bool FlushInput()
286 {
287 throw null;
288 }
289
290 [global::Cpp2ILInjected.Token(Token = "0x17000327")]
291 public string[] AcceptTypes
292 {
293 [global::Cpp2ILInjected.Token(Token = "0x6000F1E")]
294 [global::Cpp2ILInjected.Address(RVA = "0x1F4EF18", Offset = "0x1F4EF18", Length = "0x8")]
295 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
296 get
297 {
298 throw null;
299 }
300 }
301
302 [global::Cpp2ILInjected.Token(Token = "0x17000328")]
304 {
305 [global::Cpp2ILInjected.Token(Token = "0x6000F1F")]
306 [global::Cpp2ILInjected.Address(RVA = "0x1F4EF20", Offset = "0x1F4EF20", Length = "0x80")]
307 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
310 get
311 {
312 throw null;
313 }
314 }
315
316 [global::Cpp2ILInjected.Token(Token = "0x17000329")]
318 {
319 [global::Cpp2ILInjected.Token(Token = "0x6000F20")]
320 [global::Cpp2ILInjected.Address(RVA = "0x1F4EFA0", Offset = "0x1F4EFA0", Length = "0x20")]
321 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_Default", ReturnType = typeof(Encoding))]
323 get
324 {
325 throw null;
326 }
327 }
328
329 [global::Cpp2ILInjected.Token(Token = "0x1700032A")]
330 public long ContentLength64
331 {
332 [global::Cpp2ILInjected.Token(Token = "0x6000F21")]
333 [global::Cpp2ILInjected.Address(RVA = "0x1F4EFC0", Offset = "0x1F4EFC0", Length = "0x18")]
334 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
335 get
336 {
337 throw null;
338 }
339 }
340
341 [global::Cpp2ILInjected.Token(Token = "0x1700032B")]
342 public string ContentType
343 {
344 [global::Cpp2ILInjected.Token(Token = "0x6000F22")]
345 [global::Cpp2ILInjected.Address(RVA = "0x1F4EFD8", Offset = "0x1F4EFD8", Length = "0x4C")]
346 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
348 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
349 get
350 {
351 throw null;
352 }
353 }
354
355 [global::Cpp2ILInjected.Token(Token = "0x1700032C")]
357 {
358 [global::Cpp2ILInjected.Token(Token = "0x6000F23")]
359 [global::Cpp2ILInjected.Address(RVA = "0x1F4F024", Offset = "0x1F4F024", Length = "0x64")]
360 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
361 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CookieCollection), Member = ".ctor", ReturnType = typeof(void))]
362 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
363 get
364 {
365 throw null;
366 }
367 }
368
369 [global::Cpp2ILInjected.Token(Token = "0x1700032D")]
370 public bool HasEntityBody
371 {
372 [global::Cpp2ILInjected.Token(Token = "0x6000F24")]
373 [global::Cpp2ILInjected.Address(RVA = "0x1F4EE60", Offset = "0x1F4EE60", Length = "0x24")]
374 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
375 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
376 get
377 {
378 throw null;
379 }
380 }
381
382 [global::Cpp2ILInjected.Token(Token = "0x1700032E")]
384 {
385 [global::Cpp2ILInjected.Token(Token = "0x6000F25")]
386 [global::Cpp2ILInjected.Address(RVA = "0x1F4F088", Offset = "0x1F4F088", Length = "0x8")]
387 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
388 get
389 {
390 throw null;
391 }
392 }
393
394 [global::Cpp2ILInjected.Token(Token = "0x1700032F")]
395 public string HttpMethod
396 {
397 [global::Cpp2ILInjected.Token(Token = "0x6000F26")]
398 [global::Cpp2ILInjected.Address(RVA = "0x1F4F090", Offset = "0x1F4F090", Length = "0x8")]
399 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
400 get
401 {
402 throw null;
403 }
404 }
405
406 [global::Cpp2ILInjected.Token(Token = "0x17000330")]
408 {
409 [global::Cpp2ILInjected.Token(Token = "0x6000F27")]
410 [global::Cpp2ILInjected.Address(RVA = "0x1F4EE84", Offset = "0x1F4EE84", Length = "0x94")]
411 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
412 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "FlushInput", ReturnType = typeof(bool))]
413 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "GetRequestStream", MemberParameters = new object[]
415 {
416 typeof(bool),
417 typeof(long)
418 }, ReturnType = typeof(RequestStream))]
419 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
420 get
421 {
422 throw null;
423 }
424 }
425
426 [MonoTODO("Always returns false")]
427 [global::Cpp2ILInjected.Token(Token = "0x17000331")]
428 public bool IsAuthenticated
429 {
430 [global::Cpp2ILInjected.Token(Token = "0x6000F28")]
431 [global::Cpp2ILInjected.Address(RVA = "0x1F4F098", Offset = "0x1F4F098", Length = "0x8")]
432 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
433 get
434 {
435 throw null;
436 }
437 }
438
439 [global::Cpp2ILInjected.Token(Token = "0x17000332")]
440 public bool IsLocal
441 {
442 [global::Cpp2ILInjected.Token(Token = "0x6000F29")]
443 [global::Cpp2ILInjected.Address(RVA = "0x1F4F0A0", Offset = "0x1F4F0A0", Length = "0x3C")]
444 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "get_LocalEndPoint", ReturnType = typeof(IPEndPoint))]
446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "get_RemoteEndPoint", ReturnType = typeof(IPEndPoint))]
447 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
448 get
449 {
450 throw null;
451 }
452 }
453
454 [global::Cpp2ILInjected.Token(Token = "0x17000333")]
456 {
457 [global::Cpp2ILInjected.Token(Token = "0x6000F2A")]
458 [global::Cpp2ILInjected.Address(RVA = "0x1F4EDE4", Offset = "0x1F4EDE4", Length = "0x10")]
459 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
460 get
461 {
462 throw null;
463 }
464 }
465
466 [global::Cpp2ILInjected.Token(Token = "0x17000334")]
467 public bool KeepAlive
468 {
469 [global::Cpp2ILInjected.Token(Token = "0x6000F2B")]
470 [global::Cpp2ILInjected.Address(RVA = "0x1F4BD1C", Offset = "0x1F4BD1C", Length = "0x150")]
471 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
472 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpConnection), Member = "Close", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
473 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerResponse), Member = "SendHeaders", MemberParameters = new object[]
474 {
475 typeof(bool),
477 }, ReturnType = typeof(void))]
478 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
479 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Version), Member = "op_Equality", MemberParameters = new object[]
482 {
485 }, ReturnType = typeof(bool))]
486 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
487 {
488 typeof(string),
489 typeof(string),
491 }, ReturnType = typeof(int))]
492 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
493 get
494 {
495 throw null;
496 }
497 }
498
499 [global::Cpp2ILInjected.Token(Token = "0x17000335")]
501 {
502 [global::Cpp2ILInjected.Token(Token = "0x6000F2C")]
503 [global::Cpp2ILInjected.Address(RVA = "0x1F4EDF4", Offset = "0x1F4EDF4", Length = "0xC")]
504 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
505 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "get_LocalEndPoint", ReturnType = typeof(IPEndPoint))]
506 get
507 {
508 throw null;
509 }
510 }
511
512 [global::Cpp2ILInjected.Token(Token = "0x17000336")]
514 {
515 [global::Cpp2ILInjected.Token(Token = "0x6000F2D")]
516 [global::Cpp2ILInjected.Address(RVA = "0x1F4F0E8", Offset = "0x1F4F0E8", Length = "0x8")]
517 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
518 get
519 {
520 throw null;
521 }
522 }
523
524 [global::Cpp2ILInjected.Token(Token = "0x17000337")]
526 {
527 [global::Cpp2ILInjected.Token(Token = "0x6000F2E")]
528 [global::Cpp2ILInjected.Address(RVA = "0x1F4F0F0", Offset = "0x1F4F0F0", Length = "0x8")]
529 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
530 get
531 {
532 throw null;
533 }
534 }
535
536 [global::Cpp2ILInjected.Token(Token = "0x17000338")]
537 public string RawUrl
538 {
539 [global::Cpp2ILInjected.Token(Token = "0x6000F2F")]
540 [global::Cpp2ILInjected.Address(RVA = "0x1F4F0F8", Offset = "0x1F4F0F8", Length = "0x8")]
541 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
542 get
543 {
544 throw null;
545 }
546 }
547
548 [global::Cpp2ILInjected.Token(Token = "0x17000339")]
550 {
551 [global::Cpp2ILInjected.Token(Token = "0x6000F30")]
552 [global::Cpp2ILInjected.Address(RVA = "0x1F4F0DC", Offset = "0x1F4F0DC", Length = "0xC")]
553 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
554 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "get_RemoteEndPoint", ReturnType = typeof(IPEndPoint))]
555 get
556 {
557 throw null;
558 }
559 }
560
561 [MonoTODO("Always returns Guid.Empty")]
562 [global::Cpp2ILInjected.Token(Token = "0x1700033A")]
564 {
565 [global::Cpp2ILInjected.Token(Token = "0x6000F31")]
566 [global::Cpp2ILInjected.Address(RVA = "0x1F4F100", Offset = "0x1F4F100", Length = "0x48")]
567 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
568 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
569 get
570 {
571 throw null;
572 }
573 }
574
575 [global::Cpp2ILInjected.Token(Token = "0x1700033B")]
576 public Uri Url
577 {
578 [global::Cpp2ILInjected.Token(Token = "0x6000F32")]
579 [global::Cpp2ILInjected.Address(RVA = "0x1F4F148", Offset = "0x1F4F148", Length = "0x8")]
580 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
581 get
582 {
583 throw null;
584 }
585 }
586
587 [global::Cpp2ILInjected.Token(Token = "0x1700033C")]
589 {
590 [global::Cpp2ILInjected.Token(Token = "0x6000F33")]
591 [global::Cpp2ILInjected.Address(RVA = "0x1F4F150", Offset = "0x1F4F150", Length = "0x8")]
592 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
593 get
594 {
595 throw null;
596 }
597 }
598
599 [global::Cpp2ILInjected.Token(Token = "0x1700033D")]
600 public string UserAgent
601 {
602 [global::Cpp2ILInjected.Token(Token = "0x6000F34")]
603 [global::Cpp2ILInjected.Address(RVA = "0x1F4F158", Offset = "0x1F4F158", Length = "0x4C")]
604 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
606 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
607 get
608 {
609 throw null;
610 }
611 }
612
613 [global::Cpp2ILInjected.Token(Token = "0x1700033E")]
614 public string UserHostAddress
615 {
616 [global::Cpp2ILInjected.Token(Token = "0x6000F35")]
617 [global::Cpp2ILInjected.Address(RVA = "0x1F4EDC4", Offset = "0x1F4EDC4", Length = "0x20")]
618 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
619 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpConnection), Member = "get_LocalEndPoint", ReturnType = typeof(IPEndPoint))]
620 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
621 get
622 {
623 throw null;
624 }
625 }
626
627 [global::Cpp2ILInjected.Token(Token = "0x1700033F")]
628 public string UserHostName
629 {
630 [global::Cpp2ILInjected.Token(Token = "0x6000F36")]
631 [global::Cpp2ILInjected.Address(RVA = "0x1F4ED78", Offset = "0x1F4ED78", Length = "0x4C")]
632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequest), Member = "FinishInitialization", ReturnType = typeof(bool))]
633 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
634 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NameValueCollection), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
635 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
636 get
637 {
638 throw null;
639 }
640 }
641
642 [global::Cpp2ILInjected.Token(Token = "0x17000340")]
643 public string[] UserLanguages
644 {
645 [global::Cpp2ILInjected.Token(Token = "0x6000F37")]
646 [global::Cpp2ILInjected.Address(RVA = "0x1F4F1A4", Offset = "0x1F4F1A4", Length = "0x8")]
647 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
648 get
649 {
650 throw null;
651 }
652 }
653
654 [global::Cpp2ILInjected.Token(Token = "0x6000F38")]
655 [global::Cpp2ILInjected.Address(RVA = "0x1F4F1AC", Offset = "0x1F4F1AC", Length = "0xA0")]
656 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
657 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HttpListenerRequest.GCCDelegate), Member = ".ctor", MemberParameters = new object[]
658 {
659 typeof(object),
661 }, ReturnType = typeof(void))]
662 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
663 public IAsyncResult BeginGetClientCertificate(AsyncCallback requestCallback, object state)
664 {
665 throw null;
666 }
667
668 [global::Cpp2ILInjected.Token(Token = "0x6000F39")]
669 [global::Cpp2ILInjected.Address(RVA = "0x1F4F328", Offset = "0x1F4F328", Length = "0x88")]
670 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
671 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
672 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", ReturnType = typeof(void))]
673 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
675 {
676 throw null;
677 }
678
679 [global::Cpp2ILInjected.Token(Token = "0x6000F3A")]
680 [global::Cpp2ILInjected.Address(RVA = "0x1F4F3BC", Offset = "0x1F4F3BC", Length = "0x10")]
681 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
683 {
684 throw null;
685 }
686
687 [MonoTODO]
688 [global::Cpp2ILInjected.Token(Token = "0x17000341")]
689 public string ServiceName
690 {
691 [global::Cpp2ILInjected.Token(Token = "0x6000F3B")]
692 [global::Cpp2ILInjected.Address(RVA = "0x1F4F3CC", Offset = "0x1F4F3CC", Length = "0x8")]
693 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
694 get
695 {
696 throw null;
697 }
698 }
699
700 [global::Cpp2ILInjected.Token(Token = "0x17000342")]
702 {
703 [global::Cpp2ILInjected.Token(Token = "0x6000F3C")]
704 [global::Cpp2ILInjected.Address(RVA = "0x1F4F3D4", Offset = "0x1F4F3D4", Length = "0x54")]
705 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
706 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TransportContext), Member = ".ctor", ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
708 get
709 {
710 throw null;
711 }
712 }
713
714 [MonoTODO]
715 [global::Cpp2ILInjected.Token(Token = "0x17000343")]
717 {
718 [global::Cpp2ILInjected.Token(Token = "0x6000F3D")]
719 [global::Cpp2ILInjected.Address(RVA = "0x1F4F430", Offset = "0x1F4F430", Length = "0x8")]
720 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
721 get
722 {
723 throw null;
724 }
725 }
726
727 [global::Cpp2ILInjected.Token(Token = "0x6000F3E")]
728 [global::Cpp2ILInjected.Address(RVA = "0x1F4F438", Offset = "0x1F4F438", Length = "0x118")]
729 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
730 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Task<object>), Member = "get_Factory", ReturnType = "System.Threading.Tasks.TaskFactory`1<TResult>")]
731 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<object, object, object>), Member = ".ctor", MemberParameters = new object[]
732 {
733 typeof(object),
735 }, ReturnType = typeof(void))]
736 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<object, object>), Member = ".ctor", MemberParameters = new object[]
737 {
738 typeof(object),
740 }, ReturnType = typeof(void))]
741 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TaskFactory<object>), Member = "FromAsync", MemberParameters = new object[]
742 {
745 typeof(object)
746 }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
747 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
749 {
750 throw null;
751 }
752
753 // Note: this type is marked as 'beforefieldinit'.
754 [global::Cpp2ILInjected.Token(Token = "0x6000F3F")]
755 [global::Cpp2ILInjected.Address(RVA = "0x1F4F550", Offset = "0x1F4F550", Length = "0xB4")]
756 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
757 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_ASCII", ReturnType = typeof(Encoding))]
759 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
761 {
762 throw null;
763 }
764
765 [global::Cpp2ILInjected.Token(Token = "0x6000F40")]
766 [global::Cpp2ILInjected.Address(RVA = "0x1F4F604", Offset = "0x1F4F604", Length = "0x38")]
767 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
768 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
770 {
771 throw null;
772 }
773
774 [global::Cpp2ILInjected.Token(Token = "0x4000C32")]
775 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
776 private string[] accept_types;
777
778 [global::Cpp2ILInjected.Token(Token = "0x4000C33")]
779 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
781
782 [global::Cpp2ILInjected.Token(Token = "0x4000C34")]
783 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
784 private long content_length;
785
786 [global::Cpp2ILInjected.Token(Token = "0x4000C35")]
787 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
788 private bool cl_set;
789
790 [global::Cpp2ILInjected.Token(Token = "0x4000C36")]
791 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
793
794 [global::Cpp2ILInjected.Token(Token = "0x4000C37")]
795 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
797
798 [global::Cpp2ILInjected.Token(Token = "0x4000C38")]
799 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
800 private string method;
801
802 [global::Cpp2ILInjected.Token(Token = "0x4000C39")]
803 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
805
806 [global::Cpp2ILInjected.Token(Token = "0x4000C3A")]
807 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
809
810 [global::Cpp2ILInjected.Token(Token = "0x4000C3B")]
811 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
813
814 [global::Cpp2ILInjected.Token(Token = "0x4000C3C")]
815 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
816 private string raw_url;
817
818 [global::Cpp2ILInjected.Token(Token = "0x4000C3D")]
819 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
820 private Uri url;
821
822 [global::Cpp2ILInjected.Token(Token = "0x4000C3E")]
823 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
824 private Uri referrer;
825
826 [global::Cpp2ILInjected.Token(Token = "0x4000C3F")]
827 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
828 private string[] user_languages;
829
830 [global::Cpp2ILInjected.Token(Token = "0x4000C40")]
831 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
833
834 [global::Cpp2ILInjected.Token(Token = "0x4000C41")]
835 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
836 private bool is_chunked;
837
838 [global::Cpp2ILInjected.Token(Token = "0x4000C42")]
839 [global::Cpp2ILInjected.FieldOffset(Offset = "0x89")]
840 private bool ka_set;
841
842 [global::Cpp2ILInjected.Token(Token = "0x4000C43")]
843 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8A")]
844 private bool keep_alive;
845
846 [global::Cpp2ILInjected.Token(Token = "0x4000C44")]
847 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
849
850 [global::Cpp2ILInjected.Token(Token = "0x4000C45")]
851 private static byte[] _100continue;
852
853 [global::Cpp2ILInjected.Token(Token = "0x4000C46")]
854 private static char[] separators;
855
856 [global::Cpp2ILInjected.Token(Token = "0x200024F")]
857 private class Context : TransportContext
858 {
859 [global::Cpp2ILInjected.Token(Token = "0x6000F41")]
860 [global::Cpp2ILInjected.Address(RVA = "0x1F4F63C", Offset = "0x1F4F63C", Length = "0x38")]
861 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
862 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
863 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
865 {
866 throw null;
867 }
868
869 [global::Cpp2ILInjected.Token(Token = "0x6000F42")]
870 [global::Cpp2ILInjected.Address(RVA = "0x1F4F428", Offset = "0x1F4F428", Length = "0x8")]
871 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
872 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TransportContext), Member = ".ctor", ReturnType = typeof(void))]
873 public Context()
874 {
875 throw null;
876 }
877 }
878
879 [global::Cpp2ILInjected.Token(Token = "0x2000250")]
881 }
882}
class f__AnonymousType0<< Count > j__TPar
override ChannelBinding GetChannelBinding(ChannelBindingKind kind)
static bool IsPredefinedScheme(string scheme)
IAsyncResult BeginGetClientCertificate(AsyncCallback requestCallback, object state)
Task< X509Certificate2 > GetClientCertificateAsync()
HttpListenerRequest(HttpListenerContext context)
X509Certificate2 EndGetClientCertificate(IAsyncResult asyncResult)
HttpListenerRequest.GCCDelegate gcc_delegate
delegate X509Certificate2 GCCDelegate()
static string Unquote(string str)
UriKind
Definition UriKind.cs:8