C# Class Gallatin.Core.Net.DataAvailableEventArgs

Event argument class used to publish data received from a network connection
Inheritance: System.EventArgs
Mostra file Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

Method Description
DataAvailableEventArgs ( byte data ) : System

Creates a new instance of the class

Method Details

DataAvailableEventArgs() public method

Creates a new instance of the class
public DataAvailableEventArgs ( byte data ) : System
data byte /// Raw data from the network endpoint. May not be null. ///
return System