LumiSoft Mail Server User API
SocketLogEntry Constructor (text, size, type)
Namespaces > LumiSoft.Net > SocketLogEntry > SocketLogEntryNew(String, Int64, SocketLogEntryType)
Default constructor.
Syntax
C#Visual BasicManaged C++
public SocketLogEntry (
	string text,
	long size,
	SocketLogEntryType type
)
Public Sub New ( _
	text As String, _
	size As Long, _
	type As SocketLogEntryType _
)
public:
SocketLogEntry (
	String^ text, 
	long long size, 
	SocketLogEntryType type
)
Parameters
text (String)
Log text.
size (Int64)
Data size.
type (SocketLogEntryType)
Log entry type

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)