Interface IManagementOptions
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public interface IManagementOptions
Properties
|
Edit this page
View Source
Enabled
Declaration
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
EndpointOptions
Declaration
List<IEndpointOptions> EndpointOptions { get; }
Property Value
|
Edit this page
View Source
Path
Declaration
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UseStatusCodeFromResponse
Declaration
bool UseStatusCodeFromResponse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|