Click or drag to resize

Request Class

Specifies an operation that you'd like the API to do (e.g. calculating a specific type of degree-day data for a specific location).
Inheritance Hierarchy

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public abstract class Request
Remarks

Every subclass of Request has an equivalent subclass of Response. For example, LocationDataRequest has LocationDataResponse.

This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.

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