Class

WeatherOptions

USI.Weather

Configuration for the real-world weather service owned by one USI instance.

public sealed class WeatherOptions

Constructors

WeatherOptions

public WeatherOptions()

Properties

AviationWeatherBaseAddress

public Uri AviationWeatherBaseAddress { get; set; }

CacheDuration

public TimeSpan CacheDuration { get; set; }

HttpClient

public HttpClient HttpClient { get; set; }

MaximumAttempts

public int MaximumAttempts { get; set; }

MaximumRequestsPerMinute

public int MaximumRequestsPerMinute { get; set; }

RequestTimeout

public TimeSpan RequestTimeout { get; set; }

UserAgent

public string UserAgent { get; set; }