C# Class NetworkSniffer.SocketAwaitable

Inheritance: INotifyCompletion
Mostrar archivo Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
GetAwaiter ( ) : SocketAwaitable
GetResult ( ) : void
OnCompleted ( System.Action continuation ) : void
SocketAwaitable ( SocketAsyncEventArgs eventArgs ) : System

Private Methods

Method Description
Reset ( ) : void

Method Details

GetAwaiter() public method

public GetAwaiter ( ) : SocketAwaitable
return SocketAwaitable

GetResult() public method

public GetResult ( ) : void
return void

OnCompleted() public method

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
return void

SocketAwaitable() public method

public SocketAwaitable ( SocketAsyncEventArgs eventArgs ) : System
eventArgs System.Net.Sockets.SocketAsyncEventArgs
return System