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
IWebProxyFinder.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 // Token: 0x0200019C RID: 412
8 internal interface IWebProxyFinder : IDisposable
9 {
10 // Token: 0x06000A6D RID: 2669
11 bool GetProxies(global::System.Uri destination, [Out] IList<string> proxyList);
12
13 // Token: 0x06000A6E RID: 2670
14 void Abort();
15
16 // Token: 0x06000A6F RID: 2671
17 void Reset();
18
19 // Token: 0x1700021B RID: 539
20 // (get) Token: 0x06000A70 RID: 2672
21 bool IsValid { get; }
22 }
23}
class f__AnonymousType0<< Count > j__TPar
bool GetProxies(global::System.Uri destination, [Out] IList< string > proxyList)