LumiSoft Net Help
HostEndPoint Constructor (host, port)
NamespacesLumiSoft.NetHostEndPointHostEndPoint(String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++
public HostEndPoint(
	string host,
	int port
)
Public Sub New ( _
	host As String, _
	port As Integer _
)
public:
HostEndPoint(
	String^ host, 
	int port
)
Parameters
host (String)
Host name or IP address.
port (Int32)
The port number associated with the host. Value -1 means port not specified.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when host is null.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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