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
|
Public Member Functions | |
ListenerAsyncResult (AsyncCallback cb, object state) | |
Package Functions | |
void | Complete (Exception exc) |
void | Complete (HttpListenerContext context) |
void | Complete (HttpListenerContext context, bool synch) |
HttpListenerContext | GetContext () |
Package Attributes | |
bool | EndCalled |
bool | InGet |
Properties | |
object | AsyncState [get, set] |
WaitHandle | AsyncWaitHandle [get, set] |
bool | CompletedSynchronously [get, set] |
bool | IsCompleted [get, set] |
Static Private Member Functions | |
static void | InvokeCallback (object o) |
static | ListenerAsyncResult () |
Private Attributes | |
ManualResetEvent | handle |
bool | synch |
bool | completed |
AsyncCallback | cb |
object | state |
Exception | exception |
HttpListenerContext | context |
object | locker |
ListenerAsyncResult | forward |
Static Private Attributes | |
static WaitCallback | InvokeCB |
Definition at line 11 of file ListenerAsyncResult.cs.