terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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, int start, int max, string output) |
Package Attributes | |
readonly int | ID |
Properties | |
ServicePoint | ServicePoint [get] |
bool | Closed [get] |
bool | Busy [get] |
DateTime | IdleSince [get] |
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 () |
Private Attributes | |
NetworkCredential | ntlm_credentials |
bool | ntlm_authenticated |
bool | unsafe_sharing |
Stream | networkStream |
global::System.Net.Sockets.Socket | socket |
Mono.Net.Security.MonoTlsStream | monoTlsStream |
WebConnectionTunnel | tunnel |
int | disposed |
readonly ServicePoint< ServicePoint > | k__BackingField |
DateTime | idleSince |
WebOperation | currentOperation |
Definition at line 15 of file WebConnection.cs.