Table of Contents

Interface IManagementOptions

Namespace
Steeltoe.Management
Assembly
Steeltoe.Management.Abstractions.dll
public interface IManagementOptions

Properties

Enabled

bool? Enabled { get; }

Property Value

bool?

EndpointOptions

List<IEndpointOptions> EndpointOptions { get; }

Property Value

List<IEndpointOptions>

Path

string Path { get; }

Property Value

string

Port

string Port { get; }

Property Value

string

UseStatusCodeFromResponse

bool UseStatusCodeFromResponse { get; set; }

Property Value

bool