| 
    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.ProxyScriptChain:
 Collaboration diagram for System.Net.ProxyScriptChain:Public Member Functions | |
| IEnumerator< Uri > | GetEnumerator () | 
| virtual void | Dispose () | 
Protected Member Functions | |
| override bool | GetNextProxy (out Uri proxy) | 
Package Functions | |
| ProxyScriptChain (WebProxy proxy, Uri destination) | |
| override void | Abort () | 
| bool | HttpAbort (HttpWebRequest request, WebException webException) | 
Properties | |
| IEnumerator< Uri > | Enumerator [get, set] | 
| Uri | Destination [get, set] | 
| HttpAbortDelegate | HttpAbortDelegate [get, set] | 
Private Member Functions | |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () | 
Private Attributes | |
| WebProxy | m_Proxy | 
| Uri[] | m_ScriptProxies | 
| int | m_CurrentIndex | 
| int | m_SyncStatus | 
| List< Uri > | m_Cache | 
| bool | m_CacheComplete | 
| ProxyChain.ProxyEnumerator | m_MainEnumerator | 
| Uri | m_Destination | 
| HttpAbortDelegate | m_HttpAbortDelegate | 
Definition at line 8 of file ProxyScriptChain.cs.