terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.ProxyChain Class Referenceabstract
+ Inheritance diagram for System.Net.ProxyChain:

Classes

class  ProxyEnumerator
 

Public Member Functions

IEnumerator< global::System.Uri > GetEnumerator ()
 
virtual void Dispose ()
 

Protected Member Functions

 ProxyChain (global::System.Uri destination)
 
bool GetNextProxy ([Out] global::System.Uri proxy)
 

Package Functions

virtual void Abort ()
 
bool HttpAbort (HttpWebRequest request, WebException webException)
 

Properties

IEnumerator< global::System.Uri > Enumerator [get]
 
global::System.Uri Destination [get]
 
HttpAbortDelegate HttpAbortDelegate [get]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

List< global::System.Uri > m_Cache
 
bool m_CacheComplete
 
ProxyChain.ProxyEnumerator m_MainEnumerator
 
global::System.Uri m_Destination
 
HttpAbortDelegate m_HttpAbortDelegate
 

Detailed Description

Definition at line 10 of file ProxyChain.cs.


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