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
DirectProxy.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x020001F9 RID: 505
7 internal class DirectProxy : ProxyChain
8 {
9 // Token: 0x06000C70 RID: 3184 RVA: 0x00027B68 File Offset: 0x00025D68
10 internal DirectProxy(global::System.Uri destination)
12 {
13 }
14
15 // Token: 0x06000C71 RID: 3185 RVA: 0x00027B7C File Offset: 0x00025D7C
16 protected override bool GetNextProxy([Out] global::System.Uri proxy)
17 {
18 if (this.m_ProxyRetrieved)
19 {
20 }
21 return true;
22 }
23
24 // Token: 0x04000AAE RID: 2734
25 private bool m_ProxyRetrieved;
26 }
27}
class f__AnonymousType0<< Count > j__TPar
override bool GetNextProxy([Out] global::System.Uri proxy)
DirectProxy(global::System.Uri destination)