Constructor Tcp
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Tcp(string, int)
Initializes a new instance, using default values for localPort (null=Auto) and NetworkInterfaceCard (0=Auto)
public Tcp(string remoteHost, int remotePort)
Parameters
remoteHost
stringThe IP or name of the remote host.
remotePort
intThe port number of the remote host.
Tcp()
Default empty constructor.
public Tcp()