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
EmptyWebProxy.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x0200020A RID: 522
8 internal sealed class EmptyWebProxy : IAutoWebProxy, IWebProxy
9 {
10 // Token: 0x06000CBD RID: 3261 RVA: 0x000289CC File Offset: 0x00026BCC
12 {
13 }
14
15 // Token: 0x06000CBE RID: 3262 RVA: 0x000289E0 File Offset: 0x00026BE0
16 public global::System.Uri GetProxy(global::System.Uri uri)
17 {
18 return uri;
19 }
20
21 // Token: 0x06000CBF RID: 3263 RVA: 0x000289F0 File Offset: 0x00026BF0
22 public bool IsBypassed(global::System.Uri uri)
23 {
24 return true;
25 }
26
27 // Token: 0x17000298 RID: 664
28 // (get) Token: 0x06000CC0 RID: 3264 RVA: 0x00028A00 File Offset: 0x00026C00
29 // (set) Token: 0x06000CC1 RID: 3265 RVA: 0x00028A14 File Offset: 0x00026C14
31 {
32 get
33 {
34 return this.m_credentials;
35 }
36 set
37 {
39 }
40 }
41
42 // Token: 0x06000CC2 RID: 3266 RVA: 0x00002050 File Offset: 0x00000250
44 {
45 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
46 }
47
48 // Token: 0x04000ADF RID: 2783
51 }
52}
class f__AnonymousType0<< Count > j__TPar
bool IsBypassed(global::System.Uri uri)
global::System.Uri GetProxy(global::System.Uri uri)
ProxyChain GetProxies(global::System.Uri destination)