Click or drag to resize
ApiConnectionSettings Structure
ApiConnection settings.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public struct ApiConnectionSettings

The ApiConnectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodApiConnectionSettings
Initializes a new instance of the ApiConnectionSettings class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldTimeout
Timeout of request to API server. Note that total timeout is calculated by multiplying this value by the amount of Urls.
Public fieldUrls
Urls for API servers. Priority of servers is based on the array order. Must contain at least one url.
Top
See Also