Interface IEndpoint
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointBase.dll
public interface IEndpoint- Extension Methods
Properties
Enabled
bool Enabled { get; }Property Value
Id
string Id { get; }Property Value
Options
IEndpointOptions Options { get; }Property Value
Path
string Path { get; }Property Value
Sensitive
[Obsolete("Use Exposure options instead")]
bool Sensitive { get; }