Table of Contents

Class AbstractEndpoint

Namespace
Steeltoe.Management.Endpoint
Assembly
Steeltoe.Management.EndpointBase.dll
public abstract class AbstractEndpoint : IEndpoint
Inheritance
AbstractEndpoint
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbstractEndpoint(IEndpointOptions)

public AbstractEndpoint(IEndpointOptions options)

Parameters

options IEndpointOptions

Fields

options

protected IEndpointOptions options

Field Value

IEndpointOptions

Properties

Enabled

public virtual bool Enabled { get; }

Property Value

bool

Id

public virtual string Id { get; }

Property Value

string

Options

public virtual IEndpointOptions Options { get; }

Property Value

IEndpointOptions

Path

public string Path { get; }

Property Value

string

Sensitive

[Obsolete("Use hypermedia exposure settings instead.")]
public virtual bool Sensitive { get; }

Property Value

bool