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
|
Classes | |
class | ProxyEnumerator |
Public Member Functions | |
IEnumerator< Uri > | GetEnumerator () |
virtual void | Dispose () |
Protected Member Functions | |
ProxyChain (Uri destination) | |
bool | GetNextProxy (out Uri proxy) |
Package Functions | |
virtual 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 | |
List< Uri > | m_Cache |
bool | m_CacheComplete |
ProxyChain.ProxyEnumerator | m_MainEnumerator |
Uri | m_Destination |
HttpAbortDelegate | m_HttpAbortDelegate |
Definition at line 11 of file ProxyChain.cs.