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
stringThe IP or name of the remote host.
remotePort
intThe port number of the remote host.
Udp()
Default empty constructor
public Udp()