C# Class Helios.Channels.Sockets.SocketChannelAsyncOperation

Inheritance: System.Net.Sockets.SocketAsyncEventArgs
Exibir arquivo Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
SocketChannelAsyncOperation ( AbstractSocketChannel channel ) : System
SocketChannelAsyncOperation ( AbstractSocketChannel channel, bool setEmptyBuffer ) : System
Validate ( ) : void

Method Details

SocketChannelAsyncOperation() public method

public SocketChannelAsyncOperation ( AbstractSocketChannel channel ) : System
channel AbstractSocketChannel
return System

SocketChannelAsyncOperation() public method

public SocketChannelAsyncOperation ( AbstractSocketChannel channel, bool setEmptyBuffer ) : System
channel AbstractSocketChannel
setEmptyBuffer bool
return System

Validate() public method

public Validate ( ) : void
return void