TcpSettings

TcpSettings class

Represents a TCP network settings.

public class TcpSettings : INetworkSettings

Constructors

Name Description
TcpSettings(int, int, int) Initializes a new instance of the TcpSettings class.

Properties

Name Description
ListeningPort { get; } Gets the listening port.
ReceiveTimeout { get; } Gets the receive timeout in milliseconds.
SendTimeout { get; } Gets the send timeout in milliseconds.

See Also