C# 클래스 LumiSoft.Net.SocketLogEntry

Socket log entry.
파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 메소드들

메소드 설명
SocketLogEntry ( string text, long size, SocketLogEntryType type ) : System

Default constructor.

메소드 상세

SocketLogEntry() 공개 메소드

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