TimeoutManager.MinSendBytesPerSecond Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The minimum send rate, in bytes-per-second, for the response. The default response send rate is 150 bytes-per-second.
Use 0 to indicate that system defaults should be used.
To disable this timer set it to UInt32.MaxValue
public:
property long MinSendBytesPerSecond { long get(); void set(long value); };
public long MinSendBytesPerSecond { get; set; }
member this.MinSendBytesPerSecond : int64 with get, set
Public Property MinSendBytesPerSecond As Long