Class Tcp
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Class representing a TCP connection.
public class Tcp : ConnectionSettings, ITcp, IIpBased, IPortConnection
- Inheritance
-
Tcp
- Implements
- Inherited Members
- Extension Methods
Constructors
- Tcp()
Default empty constructor.
- Tcp(string, int)
Initializes a new instance, using default values for localPort (null=Auto) and NetworkInterfaceCard (0=Auto)
Properties
- IsDedicated
Gets or sets if a dedicated connection is used.
- IsSslTlsEnabled
Indicates if SSL/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.