Class Udp
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Class representing an UDP connection.
public sealed class Udp : ConnectionSettings, IUdp, IIpBased, IPortConnection
- Inheritance
-
Udp
- Implements
- Extension Methods
Constructors
- Udp()
Default empty constructor
- Udp(string, int)
Initializes a new instance, using default values for localPort (null=Auto) SslTlsEnabled (false), IsDedicated (false) and NetworkInterfaceCard (0=Auto)
Properties
- IsDedicated
Gets or sets if a dedicated connection is used.
- IsSslTlsEnabled
Gets or sets if TLS is enabled on the connection.
- LocalPort
Gets or sets the local port.
- NetworkInterfaceCard
Gets or sets the network interface card number.
- RemoteHost
Gets or sets the IP Address or name of the remote host.
- RemotePort
Gets or sets the remote port.
Methods
- Equals(Udp)
Compares two instances of this object by comparing the property fields.
- Equals(object)
Determines whether the specified object is equal to the current object.