LumiSoft Mail Server User API
ValidateIP_EventArgs Constructor (localEndPoint, remoteEndPoint)
Namespaces > LumiSoft.Net > ValidateIP_EventArgs > ValidateIP_EventArgsNew(IPEndPoint, IPEndPoint)
Default constructor.
Syntax
C#Visual BasicManaged C++
public ValidateIP_EventArgs (
	IPEndPoint localEndPoint,
	IPEndPoint remoteEndPoint
)
Public Sub New ( _
	localEndPoint As IPEndPoint, _
	remoteEndPoint As IPEndPoint _
)
public:
ValidateIP_EventArgs (
	IPEndPoint^ localEndPoint, 
	IPEndPoint^ remoteEndPoint
)
Parameters
localEndPoint (IPEndPoint)
Server IP.
remoteEndPoint (IPEndPoint)
Connected client IP.

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