ServiceHealthBehaviorBase.HealthDetailsEnabled Property

Definition

Gets or sets a value that specifies if the health endpoint should return the service details or if the response should contain no content.

public:
 property bool HealthDetailsEnabled { bool get(); void set(bool value); };
public bool HealthDetailsEnabled { get; set; }
member this.HealthDetailsEnabled : bool with get, set
Public Property HealthDetailsEnabled As Boolean

Property Value

A value that specifies if the health endpoint should return the service details or if the response should contain no content. Its default value is true.

Applies to