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.
1using System;
2
3namespace 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}
class f__AnonymousType0<< Count > j__TPar
bool Load(global::System.Uri scriptLocation, string script, Type helperType)
string Run(string url, string host)