Table of Contents

Constructor Udp

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Udp(string, int)

Initializes a new instance, using default values for localPort (null=Auto) SslTlsEnabled (false), IsDedicated (false) and NetworkInterfaceCard (0=Auto)

public Udp(string remoteHost, int remotePort)

Parameters

remoteHost string

The IP or name of the remote host.

remotePort int

The port number of the remote host.

Udp()

Default empty constructor

public Udp()