Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.ListenerAsyncResult Class Referencesealed

Protected Member Functions

override void Cleanup ()
 
void ProtectedInvokeCallback (object result, IntPtr userToken)
 
void ProtectedInvokeCallback (object result, IntPtr userToken)
 
void ProtectedInvokeCallback (object result, IntPtr userToken)
 
virtual void Complete (IntPtr userToken)
 
virtual void Complete (IntPtr userToken)
 
virtual void Complete (IntPtr userToken)
 

Package Functions

 ListenerAsyncResult (HttpListenerSession session, object userState, AsyncCallback callback)
 
unsafe uint QueueBeginGetContext ()
 
void InvokeCallback (object result)
 
void InvokeCallback ()
 
void InvokeCallback (object result)
 
void InvokeCallback ()
 
void InvokeCallback (object result)
 
void InvokeCallback ()
 
object InternalWaitForCompletion ()
 
object InternalWaitForCompletion ()
 
object InternalWaitForCompletion ()
 
void InternalCleanup ()
 

Properties

static IOCompletionCallback IOCallback [get]
 
static ThreadContext CurrentThreadContext [get]
 
object AsyncObject [get]
 
object AsyncState [get]
 
WaitHandle AsyncWaitHandle [get]
 
bool CompletedSynchronously [get]
 
bool IsCompleted [get]
 
bool InternalPeekCompleted [get]
 
object Result [get, set]
 
bool EndCalled [get, set]
 
int ErrorCode [get, set]
 
AsyncCallback AsyncCallback [get]
 

Private Member Functions

bool LazilyCreateEvent (out ManualResetEvent waitHandle)
 
bool LazilyCreateEvent (out ManualResetEvent waitHandle)
 
bool LazilyCreateEvent (out ManualResetEvent waitHandle)
 
object WaitForCompletion (bool snap)
 
object WaitForCompletion (bool snap)
 
object WaitForCompletion (bool snap)
 

Static Private Member Functions

static unsafe void IOCompleted (ListenerAsyncResult asyncResult, uint errorCode, uint numBytes)
 
static unsafe void WaitCallback (uint errorCode, uint numBytes, NativeOverlapped *nativeOverlapped)
 
static void WorkerThreadComplete (object state)
 
static void WorkerThreadComplete (object state)
 
static void WorkerThreadComplete (object state)
 

Private Attributes

AsyncRequestContext _requestContext
 
readonly object _asyncObject
 
readonly object _asyncState
 
AsyncCallback _asyncCallback
 
object _result
 
int _errorCode
 
int _intCompleted
 
bool _endCalled
 
bool _userEvent
 
object _event
 

Static Private Attributes

static unsafe readonly IOCompletionCallback s_ioCallback = WaitCallback
 
static ThreadContext t_threadContext
 

Detailed Description

Definition at line 5 of file ListenerAsyncResult.cs.


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