C# Class Helios.Net.NetworkState

The state object used to process data on an IConnection instance
Mostrar archivo Open project: helios-io/helios

Public Methods

Method Description
NetworkState ( Socket socket, INode remoteHost, IByteBuf buffer, int rawBufferLength ) : System

Method Details

NetworkState() public method

public NetworkState ( Socket socket, INode remoteHost, IByteBuf buffer, int rawBufferLength ) : System
socket Socket
remoteHost INode
buffer IByteBuf
rawBufferLength int
return System