Class RetryMode
When may requests be resent on a new connection?
Inheritance
System.Object
RetryMode
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class RetryMode : Enum
Fields
Always
IdempotentOnly
The request may only be resent if the HTTP Method is idempotent. This SHOULD be the default per HTTP spec, but this appears to break tons of servers.
Declaration
public const RetryMode IdempotentOnly
Field Value
Never
value__
Declaration
public byte value__
Field Value
System.
|