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
IWebProxyScript.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x02000260 RID: 608
6
public
interface
IWebProxyScript
7
{
8
// Token: 0x0600105F RID: 4191
9
void
Close
();
10
11
// Token: 0x06001060 RID: 4192
12
bool
Load
(global::System.
Uri
scriptLocation,
string
script
,
Type
helperType
);
13
14
// Token: 0x06001061 RID: 4193
15
string
Run
(
string
url,
string
host);
16
}
17
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Type
Definition
Type.cs:12
System.Uri
Definition
Uri.cs:15
System.Net.IWebProxyScript.Load
bool Load(global::System.Uri scriptLocation, string script, Type helperType)
System.Net.IWebProxyScript.Close
void Close()
System.Net.IWebProxyScript.Run
string Run(string url, string host)
System.Net.IWebProxyScript
Definition
IWebProxyScript.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
IWebProxyScript.cs
Generated by
1.10.0