Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IWebProxyScript.cs
Go to the documentation of this file.
1namespace System.Net;
2
3public interface IWebProxyScript
4{
5 void Close();
6
7 bool Load(Uri scriptLocation, string script, Type helperType);
8
9 string Run(string url, string host);
10}
bool Load(Uri scriptLocation, string script, Type helperType)
string Run(string url, string host)