ConnectionInfo Constructor (String, Int32)NetworkComms.Net Help
Create a new ConnectionInfo object pointing at the provided remote ipAddress and port. Provided ipAddress and port are parsed in to RemoteEndPoint. Uses the custom NetworkComms.Net application layer protocol.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public ConnectionInfo(
	string remoteIPAddress,
	int remotePort
)

Parameters

remoteIPAddress
Type: OnlineSystem String
IP address of the remote target in string format, e.g. "192.168.0.1"
remotePort
Type: OnlineSystem Int32
The available port of the remote target. Valid ports are 1 through 65535. Port numbers less than 256 are reserved for well-known services (like HTTP on port 80) and port numbers less than 1024 generally require admin access
See Also