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.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Property SendRetryTimeout As Integer Get Set |
C# |
---|
public int SendRetryTimeout { get; set; } |
Remarks
Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.