terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
WebProxy () | |
WebProxy (global::System.Uri Address) | |
WebProxy (global::System.Uri Address, bool BypassOnLocal) | |
WebProxy (global::System.Uri Address, bool BypassOnLocal, string[] BypassList) | |
WebProxy (global::System.Uri Address, bool BypassOnLocal, string[] BypassList, ICredentials Credentials) | |
WebProxy (string Host, int Port) | |
WebProxy (string Address) | |
WebProxy (string Address, bool BypassOnLocal) | |
WebProxy (string Address, bool BypassOnLocal, string[] BypassList) | |
WebProxy (string Address, bool BypassOnLocal, string[] BypassList, ICredentials Credentials) | |
global::System.Uri | GetProxy (global::System.Uri destination) |
bool | IsBypassed (global::System.Uri host) |
Static Public Member Functions | |
static WebProxy | GetDefaultProxy () |
static IWebProxy | CreateDefaultProxy () |
Protected Member Functions | |
WebProxy (SerializationInfo serializationInfo, StreamingContext streamingContext) | |
virtual void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
Package Functions | |
void | CheckForChanges () |
WebProxy (bool enableAutoproxy) | |
void | DeleteScriptEngine () |
void | UnsafeUpdateFromRegistry () |
void | Update (WebProxyData webProxyData) |
global::System.Uri[] | GetProxiesAuto (global::System.Uri destination, int syncStatus) |
void | AbortGetProxiesAuto (int syncStatus) |
global::System.Uri | GetProxyAutoFailover (global::System.Uri destination) |
Properties | |
global::System.Uri | Address [get, set] |
bool | AutoDetect [set] |
global::System.Uri | ScriptLocation [set] |
bool | BypassProxyOnLocal [get, set] |
string[] | BypassList [get, set] |
ICredentials | Credentials [get, set] |
bool | UseDefaultCredentials [get, set] |
ArrayList | BypassArrayList [get] |
AutoWebProxyScriptEngine | ScriptEngine [get, set] |
Private Member Functions | |
void | UpdateRegExList (bool canThrow) |
bool | IsMatchInBypassList (global::System.Uri input) |
bool | IsLocal (global::System.Uri host) |
bool | IsLocalInProxyHash (global::System.Uri host) |
bool | IsBypassedManual (global::System.Uri host) |
void ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
ProxyChain IAutoWebProxy. | GetProxies (global::System.Uri destination) |
bool | GetProxyAuto (global::System.Uri destination, [Out] global::System.Uri proxyUri) |
bool | IsBypassedAuto (global::System.Uri destination, [Out] bool isBypassed) |
Static Private Member Functions | |
static global::System.Uri | CreateProxyUri (string address) |
static bool | AreAllBypassed (IEnumerable< string > proxies, bool checkFirstOnly) |
static global::System.Uri | ProxyUri (string proxyName) |
Private Attributes | |
bool | _UseRegistry |
bool | _BypassOnLocal |
bool | m_EnableAutoproxy |
global::System.Uri | _ProxyAddress |
ArrayList | _BypassList |
ICredentials | _Credentials |
global::System.Text.RegularExpressions.Regex[] | _RegExBypassList |
Hashtable | _ProxyHostAddresses |
AutoWebProxyScriptEngine | m_ScriptEngine |
Definition at line 15 of file WebProxy.cs.