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.ProxyChain Class Referenceabstract
+ Inheritance diagram for System.Net.ProxyChain:
+ Collaboration diagram for System.Net.ProxyChain:

Classes

class  ProxyEnumerator
 

Public Member Functions

IEnumerator< UriGetEnumerator ()
 
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< UriEnumerator [get, set]
 
Uri Destination [get, set]
 
HttpAbortDelegate HttpAbortDelegate [get, set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

List< Urim_Cache
 
bool m_CacheComplete
 
ProxyChain.ProxyEnumerator m_MainEnumerator
 
Uri m_Destination
 
HttpAbortDelegate m_HttpAbortDelegate
 

Detailed Description

Definition at line 11 of file ProxyChain.cs.


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