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
StaticProxy.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x020001FA RID: 506
7 internal class StaticProxy : ProxyChain
8 {
9 // Token: 0x06000C72 RID: 3186 RVA: 0x00027B94 File Offset: 0x00025D94
10 internal StaticProxy(global::System.Uri destination, global::System.Uri proxy)
12 {
13 if (!true)
14 {
15 }
16 this.m_Proxy = proxy;
17 }
18
19 // Token: 0x06000C73 RID: 3187 RVA: 0x00027BB4 File Offset: 0x00025DB4
20 protected override bool GetNextProxy([Out] global::System.Uri proxy)
21 {
22 global::System.Uri proxy2 = this.m_Proxy;
23 if (!true)
24 {
25 }
26 return true;
27 }
28
29 // Token: 0x04000AAF RID: 2735
30 private global::System.Uri m_Proxy;
31 }
32}
class f__AnonymousType0<< Count > j__TPar
override bool GetNextProxy([Out] global::System.Uri proxy)
StaticProxy(global::System.Uri destination, global::System.Uri proxy)
global::System.Uri m_Proxy
Uri(string uriString)
Definition Uri.cs:279