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.ServicePointScheduler.ConnectionGroup Class Reference
+ Collaboration diagram for System.Net.ServicePointScheduler.ConnectionGroup:

Public Member Functions

 ConnectionGroup (ServicePointScheduler scheduler, string name)
 
bool IsEmpty ()
 
void RemoveConnection (WebConnection connection)
 
void Cleanup ()
 
void Close ()
 
void EnqueueOperation (WebOperation operation)
 
WebOperation GetNextOperation ()
 
WebConnection FindIdleConnection (WebOperation operation)
 
ValueTuple< WebConnection, bool > CreateOrReuseConnection (WebOperation operation, bool force)
 

Public Attributes

readonly int ID
 

Properties

ServicePointScheduler Scheduler [get, set]
 
string Name [get, set]
 
bool IsDefault [get, set]
 

Private Attributes

readonly ServicePointScheduler< Schedulerk__BackingField
 
readonly string< Namek__BackingField
 
LinkedList< WebConnectionconnections
 
LinkedList< WebOperationqueue
 

Static Private Attributes

static int nextId
 

Detailed Description

Definition at line 546 of file ServicePointScheduler.cs.


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