|
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
|
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< Scheduler > | k__BackingField |
| readonly string< Name > | k__BackingField |
| LinkedList< WebConnection > | connections |
| LinkedList< WebOperation > | queue |
Static Private Attributes | |
| static int | nextId |
Definition at line 546 of file ServicePointScheduler.cs.