Interface ITcp
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents a TCP/IP connection.
public interface ITcp : IIpBased, IPortConnection
- Inherited Members
- Extension Methods
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 number.
- RemotePort
Gets or set the remote port number.