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
Properties
Enabled
public virtual bool Enabled { get; }
Property Value
Id
public virtual string Id { get; }
Property Value
Options
public virtual IEndpointOptions Options { get; }
Property Value
Path
public string Path { get; }
Property Value
Sensitive
[Obsolete("Use hypermedia exposure settings instead.")]
public virtual bool Sensitive { get; }