LumiSoft Net Help
HostEndPoint Constructor (host, port)
NamespacesLumiSoft.NetHostEndPointHostEndPoint(String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public HostEndPoint(
	string host,
	int port
)
Public Sub New ( 
	host As String,
	port As Integer
)
public:
HostEndPoint(
	String^ host, 
	int port
)
new : 
        host : string * 
        port : int -> HostEndPoint
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.dll) Version: 4.5.5510.19119