C# Class Helios.Channels.Sockets.SocketChannelAsyncOperation

Inheritance: System.Net.Sockets.SocketAsyncEventArgs
Afficher le fichier Open project: helios-io/helios Class Usage Examples

Méthodes publiques

Méthode Description
SocketChannelAsyncOperation ( AbstractSocketChannel channel ) : System
SocketChannelAsyncOperation ( AbstractSocketChannel channel, bool setEmptyBuffer ) : System
Validate ( ) : void

Method Details

SocketChannelAsyncOperation() public méthode

public SocketChannelAsyncOperation ( AbstractSocketChannel channel ) : System
channel AbstractSocketChannel
Résultat System

SocketChannelAsyncOperation() public méthode

public SocketChannelAsyncOperation ( AbstractSocketChannel channel, bool setEmptyBuffer ) : System
channel AbstractSocketChannel
setEmptyBuffer bool
Résultat System

Validate() public méthode

public Validate ( ) : void
Résultat void