Class ManagementEndpointOptions
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class ManagementEndpointOptions : IManagementOptions
- Inheritance
-
ManagementEndpointOptions
- Implements
- Derived
- Inherited Members
Constructors
ManagementEndpointOptions()
public ManagementEndpointOptions()
ManagementEndpointOptions(IConfiguration)
public ManagementEndpointOptions(IConfiguration config)
Parameters
config
IConfiguration
Properties
Enabled
public bool? Enabled { get; set; }
Property Value
- bool?
EndpointOptions
public List<IEndpointOptions> EndpointOptions { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
Sensitive
public bool? Sensitive { get; set; }
Property Value
- bool?
UseStatusCodeFromResponse
Gets or sets a value indicating whether or not to use accurate HTTP status codes
public bool UseStatusCodeFromResponse { get; set; }
Property Value
Remarks
IIS or HWC the buildpack will (by default) scrub the response body when 503 is returned