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
Loading...
Searching...
No Matches
System.Net.ListenerAsyncResult Class Reference
+ Inheritance diagram for System.Net.ListenerAsyncResult:
+ Collaboration diagram for System.Net.ListenerAsyncResult:

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
 

Detailed Description

Definition at line 11 of file ListenerAsyncResult.cs.


The documentation for this class was generated from the following file: