C# Class System.Net.ListenerAsyncResult

Inheritance: IAsyncResult
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
IOCompleted void
ListenerAsyncResult System.Threading
QueueBeginGetContext uint
WaitCallback void

Méthodes protégées

Méthode Description
Cleanup ( ) : void

Private Methods

Méthode Description
IOCompleted ( ListenerAsyncResult asyncResult, uint errorCode, uint numBytes ) : void
ListenerAsyncResult ( HttpListener listener, object userState, AsyncCallback callback ) : System.Threading
QueueBeginGetContext ( ) : uint
WaitCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void