|
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.DirectProxy:
Collaboration diagram for System.Net.DirectProxy:Public Member Functions | |
| IEnumerator< Uri > | GetEnumerator () |
| virtual void | Dispose () |
Protected Member Functions | |
| override bool | GetNextProxy (out Uri proxy) |
Package Functions | |
| DirectProxy (Uri destination) | |
| 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 | |
| bool | m_ProxyRetrieved |
| List< Uri > | m_Cache |
| bool | m_CacheComplete |
| ProxyChain.ProxyEnumerator | m_MainEnumerator |
| Uri | m_Destination |
| HttpAbortDelegate | m_HttpAbortDelegate |
Definition at line 8 of file DirectProxy.cs.