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
|
Classes | |
struct | d__16 |
struct | d__18 |
struct | d__19 |
Public Member Functions | |
WebConnection (ServicePoint sPoint) | |
bool | StartOperation (WebOperation operation, bool reused) |
bool | Continue (WebOperation next) |
void | Dispose () |
Package Functions | |
Task< WebRequestStream > | InitConnection (WebOperation operation, CancellationToken cancellationToken) |
bool | CanReuseConnection (WebOperation operation) |
Static Package Functions | |
static void | Debug (string message, params object[] args) |
static void | Debug (string message) |
static WebException | GetException (WebExceptionStatus status, Exception error) |
static bool | ReadLine (byte[] buffer, ref int start, int max, ref string output) |
Package Attributes | |
readonly int | ID |
Properties | |
ServicePoint | ServicePoint [get, set] |
bool | Closed [get, set] |
bool | Busy [get, set] |
DateTime | IdleSince [get, set] |
bool | NtlmAuthenticated [get, set] |
NetworkCredential | NtlmCredential [get, set] |
bool | UnsafeAuthenticatedConnectionSharing [get, set] |
Private Member Functions | |
bool | CanReuse () |
bool | CheckReusable () |
Task | Connect (WebOperation operation, CancellationToken cancellationToken) |
Task< bool > | CreateStream (WebOperation operation, bool reused, CancellationToken cancellationToken) |
bool | PrepareSharingNtlm (WebOperation operation) |
void | Reset () |
void | Close (bool reset) |
void | CloseSocket () |
void | Dispose (bool disposing) |
void | ResetNtlm () |
Definition at line 17 of file WebConnection.cs.