C# Class LumiSoft.Net.ValidateIP_EventArgs

Provides data for the ValidateIPAddress event for servers.
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Methods

Method Description
ValidateIP_EventArgs ( IPEndPoint localEndPoint, IPEndPoint remoteEndPoint ) : System

Default constructor.

Method Details

ValidateIP_EventArgs() public method

Default constructor.
public ValidateIP_EventArgs ( IPEndPoint localEndPoint, IPEndPoint remoteEndPoint ) : System
localEndPoint System.Net.IPEndPoint Server IP.
remoteEndPoint System.Net.IPEndPoint Connected client IP.
return System