Proxy.SendRetryTimeout Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SendRetryTimeout
Specifies how long (in milliseconds) to continue try sending data before giving up on slow networks. Setting it to 0 or -1 means that the same value as Timeout property will be used.
Declaration
public int SendRetryTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.