Table of Contents

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

string

BaseAddress

The API base address.

public Uri BaseAddress { get; set; }

Property Value

Uri

Timeout

The per-request timeout.

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan