Table of Contents

Struct VonageUrls

Namespace
Vonage
Assembly
Vonage.dll

Represents Vonage API Urls.

public readonly struct VonageUrls
Inherited Members

Properties

Nexmo

The Nexmo Api Url.

public Uri Nexmo { get; }

Property Value

Uri

Oidc

The Oidc Url.

public Uri Oidc { get; }

Property Value

Uri

Rest

The Nexmo REST Url.

public Uri Rest { get; }

Property Value

Uri

Video

The Video Api Url.

public Uri Video { get; }

Property Value

Uri

Methods

FromConfiguration(IConfiguration)

Creates a set of urls from configuration.

public static VonageUrls FromConfiguration(IConfiguration configuration)

Parameters

configuration IConfiguration

The configuration.

Returns

VonageUrls

A set of Urls.

Get(Region)

Retrieves a region-specific Url.

public Uri Get(VonageUrls.Region region)

Parameters

region VonageUrls.Region

The selected region.

Returns

Uri

The Url.