terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
WaitHandle | AsyncWaitHandle [get] |
bool | CompletedSynchronously [get] |
bool | IsCompleted [get] |
Static Private Member Functions | |
static void | InvokeCallback (object o) |
static | ListenerAsyncResult () |
Private Attributes | |
ManualResetEvent | handle |
bool | synch |
bool | completed |
AsyncCallback | cb = cb |
object | state = state |
Exception | exception |
HttpListenerContext | context |
object | locker |
ListenerAsyncResult | forward |
Static Private Attributes | |
static WaitCallback | InvokeCB |
Definition at line 8 of file ListenerAsyncResult.cs.