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
Loading...
Searching...
No Matches
System.Net.ProxyScriptChain Class Reference
+ Inheritance diagram for System.Net.ProxyScriptChain:
+ Collaboration diagram for System.Net.ProxyScriptChain:

Public Member Functions

IEnumerator< UriGetEnumerator ()
 
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< UriEnumerator [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< Urim_Cache
 
bool m_CacheComplete
 
ProxyChain.ProxyEnumerator m_MainEnumerator
 
Uri m_Destination
 
HttpAbortDelegate m_HttpAbortDelegate
 

Detailed Description

Definition at line 8 of file ProxyScriptChain.cs.


The documentation for this class was generated from the following file: