Table of Contents

Class RAiDServiceOptions

Namespace
RAiD.Net
Assembly
RAiD.Net.dll

Configuration options for the RAiD HTTP client.

public class RAiDServiceOptions
Inheritance
RAiDServiceOptions
Inherited Members

Properties

AuthUrl

The authentication URL for the RAiD service. ///

public string AuthUrl { get; set; }

Property Value

string

BaseUrl

The base URL for the RAiD service.

public string BaseUrl { get; set; }

Property Value

string