Click or drag to resize

ResponseMetadata Class

Extra data that comes back with every response from the Degree Days.net API.
Inheritance Hierarchy
SystemObject
  DegreeDays.ApiResponseMetadata

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class ResponseMetadata

The ResponseMetadata type exposes the following members.

Properties
 NameDescription
Public propertyRateLimit Gets the RateLimit that is currently associated with the account.
Top
Methods
 NameDescription
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
Remarks

The metadata for any particular response can be accessed via the Metadata property of the Response object, or via the ResponseMetadata property of the RequestFailureException (if such an exception was thrown to indicate a failure in the server's processing of the API request).

Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also