C# Class LumiSoft.Net.SocketLogEntry

Socket log entry.
Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
SocketLogEntry ( string text, long size, SocketLogEntryType type ) : System

Default constructor.

Method Details

SocketLogEntry() public method

Default constructor.
public SocketLogEntry ( string text, long size, SocketLogEntryType type ) : System
text string Log text.
size long Data size.
type SocketLogEntryType Log entry type
return System