LumiSoft Mail Server User API
AddReadEntry Method (text, size)
Namespaces > LumiSoft.Net > SocketLogger > AddReadEntry(String, Int64)
Adds data read(from remoteEndpoint) entry.
Syntax
C#Visual BasicManaged C++
public void AddReadEntry (
	string text,
	long size
)
Public Sub AddReadEntry ( _
	text As String, _
	size As Long _
)
public:
void AddReadEntry (
	String^ text, 
	long long size
)
Parameters
text (String)
Log text.
size (Int64)
Readed text size.

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