Class RustMapsClientOptions
- Namespace
- RustMapsApi
- Assembly
- RustMapsApi.dll
Configures a RustMaps client.
public sealed class RustMapsClientOptions
- Inheritance
-
RustMapsClientOptions
- Inherited Members
Properties
ApiKey
The RustMaps API key, sent in the X-API-Key header.
public string ApiKey { get; set; }
Property Value
BaseAddress
The API base address.
public Uri BaseAddress { get; set; }
Property Value
Timeout
The per-request timeout.
public TimeSpan Timeout { get; set; }