TcpSettings

TcpSettings class

Represents a TCP network settings.

public class TcpSettings : INetworkSettings

Constructors

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

Properties

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

See Also