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
IWebProxy.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200021E RID: 542
6 public interface IWebProxy
7 {
8 // Token: 0x06000D98 RID: 3480
9 global::System.Uri GetProxy(global::System.Uri destination);
10
11 // Token: 0x06000D99 RID: 3481
12 bool IsBypassed(global::System.Uri host);
13
14 // Token: 0x170002DA RID: 730
15 // (get) Token: 0x06000D9A RID: 3482
16 // (set) Token: 0x06000D9B RID: 3483
18 }
19}
global::System.Uri GetProxy(global::System.Uri destination)
bool IsBypassed(global::System.Uri host)
ICredentials Credentials
Definition IWebProxy.cs:17