Uris Property

Glimpse API

PolicyDiscoverableCollectionElement Uris Property Glimpse API Documentation
Gets or sets a list of Uris.

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

Syntax

public RegexElementCollection Uris { get; set; }
public RegexElementCollection Uris { get; set; }

Field Value

The Uris list is used by UriPolicy to filter invalid Glimpse responses.
Remarks

Each Uri in the Uris list must be a valid Uniform Resource Identifier, as defined by OnlineRFC 3986. In addition, "wildcard" Uris are supported via .NET regular expression syntax.
See Also