Click or drag to resize

RequestConfig Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.RequestRequestConfig

Namespace:  SoftGear.Strix.Client.Core.Request
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public class RequestConfig

The RequestConfig type exposes the following members.

Constructors
  NameDescription
Public methodRequestConfig
Initializes a new instance of the RequestConfig class
Top
Fields
  NameDescription
Public fieldTimeout
Timeout duration for request in milliseconds. (default 30000)
Top
See Also