LumiSoft Net Help
AddRead Method (id, userIdentity, size, text, localEP, remoteEP)
NamespacesLumiSoft.Net.LogLoggerAddRead(String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint)
Adds read log entry.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddRead(
	string id,
	GenericIdentity userIdentity,
	long size,
	string text,
	IPEndPoint localEP,
	IPEndPoint remoteEP
)
Public Sub AddRead ( 
	id As String,
	userIdentity As GenericIdentity,
	size As Long,
	text As String,
	localEP As IPEndPoint,
	remoteEP As IPEndPoint
)
public:
void AddRead(
	String^ id, 
	GenericIdentity^ userIdentity, 
	long long size, 
	String^ text, 
	IPEndPoint^ localEP, 
	IPEndPoint^ remoteEP
)
member AddRead : 
        id : string * 
        userIdentity : GenericIdentity * 
        size : int64 * 
        text : string * 
        localEP : IPEndPoint * 
        remoteEP : IPEndPoint -> unit 
Parameters
id (String)
Log entry ID.
userIdentity (GenericIdentity)
Authenticated user identity.
size (Int64)
Readed data size in bytes.
text (String)
Log text.
localEP (IPEndPoint)
Local IP endpoint.
remoteEP (IPEndPoint)
Remote IP endpoint.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119