StatusCodeWhiteList Property

Glimpse API

StatusCodePolicy StatusCodeWhiteList Property Glimpse API Documentation
Gets or sets the status code white list.

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

Syntax

public IList<int> StatusCodeWhiteList { get; set; }
public IList<int> StatusCodeWhiteList { get; set; }

Field Value

The status code white list to validate against.
See Also