Connection MinSendTimeoutMS Property NetworkComms.Net Help
The minimum timeout for any sized send in milliseconds. Prevents timeouts when sending less than 1KB. Default is 2000.

Namespace: NetworkCommsDotNet.Connections
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static int MinSendTimeoutMS { get; set; }

Property Value

Type: OnlineInt32
See Also