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.ServicePointScheduler.ConnectionGroup Class Reference

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]
 
string Name [get]
 
bool IsDefault [get]
 

Private Attributes

readonly ServicePointScheduler< Schedulerk__BackingField
 
readonly string< Namek__BackingField
 
global::System.Collections.Generic.LinkedList< WebConnectionconnections
 
global::System.Collections.Generic.LinkedList< WebOperationqueue
 

Static Private Attributes

static int nextId
 

Detailed Description

Definition at line 365 of file ServicePointScheduler.cs.


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