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.
1
using
System
;
2
3
namespace
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
17
ICredentials
Credentials
{
get
;
set
; }
18
}
19
}
System.Uri
Definition
Uri.cs:15
System.Net.ICredentials
Definition
ICredentials.cs:7
System.Net.IWebProxy.GetProxy
global::System.Uri GetProxy(global::System.Uri destination)
System.Net.IWebProxy.IsBypassed
bool IsBypassed(global::System.Uri host)
System.Net.IWebProxy.Credentials
ICredentials Credentials
Definition
IWebProxy.cs:17
System.Net.IWebProxy
Definition
IWebProxy.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System.ExceptionArgument.destination
@ destination
System
Definition
__ComObject.cs:4
source
System
Net
IWebProxy.cs
Generated by
1.10.0