Click or drag to resize

ConfigMaxRetries Property

.NET STTP API
Gets or sets the maximum number of times to retry a connection. Set value to -1 to retry infinitely.

Namespace: sttp
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public int MaxRetries { get; set; }
Request Example View Source

Property Value

Int32
See Also