Enum
RetryMode

When may requests be resent on a new connection?

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public enum RetryMode : byte

Fields

Always

The request may always be retried.

Declaration

cs-api-definition
Always = 0

Field Value

RetryMode

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

cs-api-definition
IdempotentOnly = 2

Field Value

RetryMode

Never

The request may never be retried

Declaration

cs-api-definition
Never = 1

Field Value

RetryMode

In this article
DefinitionFieldsAlwaysIdempotentOnlyNever
Not finding the help you need?
Contact Support