Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IWebProxyScript.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
public
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
}
System.Type
Definition
Type.cs:14
System.Uri
Definition
Uri.cs:16
System.Net.IWebProxyScript.Load
bool Load(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:4
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.WebProxy
System.Net
IWebProxyScript.cs
Generated by
1.10.0