terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | AsyncManualResetEvent |
class | ConnectionGroup |
struct | d__32 |
struct | d__46 |
Public Member Functions | |
ServicePointScheduler (ServicePoint servicePoint, int connectionLimit, int maxIdleTime) | |
void | Run () |
void | SendRequest (WebOperation operation, string groupName) |
bool | CloseConnectionGroup (string groupName) |
Static Public Member Functions | |
static Task< bool > | WaitAsync (Task workerTask, int millisecondTimeout) |
Public Attributes | |
readonly int | ID |
Properties | |
ServicePoint | ServicePoint [get, set] |
int | MaxIdleTime [get, set] |
int | ConnectionLimit [get, set] |
int | CurrentConnections [get] |
DateTime | IdleSince [get] |
string | ME [get] |
Private Member Functions | |
void | Debug (string message) |
Task | RunScheduler () |
void | Cleanup () |
void | RunSchedulerIteration () |
bool | OperationCompleted (ServicePointScheduler.ConnectionGroup group, WebOperation operation) |
void | CloseIdleConnection (ServicePointScheduler.ConnectionGroup group, WebConnection connection) |
bool | SchedulerIteration (ServicePointScheduler.ConnectionGroup group) |
void | RemoveOperation (WebOperation operation) |
void | RemoveIdleConnection (WebConnection connection) |
void | FinalCleanup () |
ServicePointScheduler.ConnectionGroup | GetConnectionGroup (string name) |
void | OnConnectionCreated (WebConnection connection) |
void | OnConnectionClosed (WebConnection connection) |
Task< Run > | b__31_0 () |
Private Attributes | |
ServicePoint< ServicePoint > | k__BackingField |
int | running |
int | maxIdleTime |
ServicePointScheduler.AsyncManualResetEvent | schedulerEvent |
ServicePointScheduler.ConnectionGroup | defaultGroup |
Dictionary< string, ServicePointScheduler.ConnectionGroup > | groups |
global::System.Collections.Generic.LinkedList< ValueTuple< ServicePointScheduler.ConnectionGroup, WebOperation > > | operations |
global::System.Collections.Generic.LinkedList< ValueTuple< ServicePointScheduler.ConnectionGroup, WebConnection, Task > > | idleConnections |
int | currentConnections |
int | connectionLimit |
DateTime | idleSince |
readonly string< ME > | k__BackingField |
Static Private Attributes | |
static int | nextId |
Definition at line 13 of file ServicePointScheduler.cs.