Table of Contents

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 string

The IP or name of the remote host.

remotePort int

The port number of the remote host.

Tcp()

Default empty constructor.

public Tcp()