EndpointBaseUri Property

Glimpse API

GlimpseConfiguration EndpointBaseUri Property Glimpse API Documentation
Gets or sets the endpoint base URI.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public string EndpointBaseUri { get; set; }
public string EndpointBaseUri { get; set; }

Field Value

The endpoint base URI.

Implements

IGlimpseConfiguration EndpointBaseUri
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionAn exception is thrown if the value is set to null.
See Also