C# Class NetworkSniffer.SocketAwaitable

Inheritance: INotifyCompletion
Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
GetAwaiter ( ) : SocketAwaitable
GetResult ( ) : void
OnCompleted ( System.Action continuation ) : void
SocketAwaitable ( SocketAsyncEventArgs eventArgs ) : System

Private Methods

Méthode Description
Reset ( ) : void

Method Details

GetAwaiter() public méthode

public GetAwaiter ( ) : SocketAwaitable
Résultat SocketAwaitable

GetResult() public méthode

public GetResult ( ) : void
Résultat void

OnCompleted() public méthode

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
Résultat void

SocketAwaitable() public méthode

public SocketAwaitable ( SocketAsyncEventArgs eventArgs ) : System
eventArgs System.Net.Sockets.SocketAsyncEventArgs
Résultat System