Table of Contents

Class QuickieOptions

Namespace
Quickie.Configuration
Assembly
Quickie.dll

Quickie options.

public class QuickieOptions
Inheritance
QuickieOptions
Inherited Members

Properties

IdempotencyConfiguration

Idempotency configuration

public IdempotentConfiguration? IdempotencyConfiguration { get; set; }

Property Value

IdempotentConfiguration

RateLimitingConfiguration

Rate limit configuration

public RateLimitConfiguration? RateLimitingConfiguration { get; set; }

Property Value

RateLimitConfiguration

ShowCustomErrorMessage

Instead of exception message, ResponseObj will be returning custom message.

public bool ShowCustomErrorMessage { get; set; }

Property Value

bool