Namespace: OpenEdge.Net.HTTP
Type: Class ClientOptions
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object


Copyright (c) 2014-2016, 2021 by Progress Software Corporation. All rights reserved.
File:ClientOptions
Purpose:A set of options for the HttpClient
Author(s):pjudge
Created:Fri May 23 13:41:30 EDT 2014
Purpose: How many retries of the same request should be attempted



Constructor Summary
  Options Name Purpose
  ClientOptions () /** Default constructor */

Property Summary
  Options Name Purpose
  LOGICAL AllowTracing
  INTEGER NumRetries
  DECIMAL PauseBetweenRetry
  DECIMAL RequestTimeout
  Progress.Lang.Object TraceConfig


Constructor Detail
Top

ClientOptions ()

Purpose: Default constructor


Property Detail
Top

LOGICAL AllowTracing

Returns LOGICAL
 
Top

INTEGER NumRetries

Returns INTEGER
 
Top

DECIMAL PauseBetweenRetry

Returns DECIMAL
 
Top

DECIMAL RequestTimeout

Returns DECIMAL
 
Top

Progress.Lang.Object TraceConfig

Returns Progress.Lang.Object