|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Net.WebProxy:
Collaboration diagram for System.Net.WebProxy:Public Member Functions | |
| WebProxy () | |
| WebProxy (Uri Address) | |
| WebProxy (Uri Address, bool BypassOnLocal) | |
| WebProxy (Uri Address, bool BypassOnLocal, string[] BypassList) | |
| WebProxy (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) | |
| Uri | GetProxy (Uri destination) |
| bool | IsBypassed (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) |
| Uri[] | GetProxiesAuto (Uri destination, ref int syncStatus) |
| void | AbortGetProxiesAuto (ref int syncStatus) |
| Uri | GetProxyAutoFailover (Uri destination) |
Properties | |
| Uri | Address [get, set] |
| bool | AutoDetect [set] |
| Uri | ScriptLocation [set] |
| bool | BypassProxyOnLocal [get, set] |
| string[] | BypassList [get, set] |
| ICredentials | Credentials [get, set] |
| bool | UseDefaultCredentials [get, set] |
| ArrayList | BypassArrayList [get, set] |
| AutoWebProxyScriptEngine | ScriptEngine [get, set] |
Private Member Functions | |
| void | UpdateRegExList (bool canThrow) |
| bool | IsMatchInBypassList (Uri input) |
| bool | IsLocal (Uri host) |
| bool | IsLocalInProxyHash (Uri host) |
| bool | IsBypassedManual (Uri host) |
| void System.Runtime.Serialization.ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
| ProxyChain System.Net.IAutoWebProxy. | GetProxies (Uri destination) |
| bool | GetProxyAuto (Uri destination, out Uri proxyUri) |
| bool | IsBypassedAuto (Uri destination, out bool isBypassed) |
Static Private Member Functions | |
| static Uri | CreateProxyUri (string address) |
| static bool | AreAllBypassed (IEnumerable< string > proxies, bool checkFirstOnly) |
| static Uri | ProxyUri (string proxyName) |
Private Attributes | |
| bool | _UseRegistry |
| bool | _BypassOnLocal |
| bool | m_EnableAutoproxy |
| Uri | _ProxyAddress |
| ArrayList | _BypassList |
| ICredentials | _Credentials |
| Regex[] | _RegExBypassList |
| Hashtable | _ProxyHostAddresses |
| AutoWebProxyScriptEngine | m_ScriptEngine |
Definition at line 17 of file WebProxy.cs.