Class LoggersEndpointOptions
Inherited Members
Namespace: Steeltoe.Management.Endpoint.Actuators.Loggers
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class LoggersEndpointOptions : EndpointOptions
Methods
| Edit this page View SourceGetDefaultAllowedVerbs()
Gets the default list of HTTP verbs that are allowed for this endpoint.
Declaration
protected override IList<string> GetDefaultAllowedVerbs()
Returns
Type | Description |
---|---|
IList<System.String> |
Overrides
| Edit this page View SourceRequiresExactMatch()
Indicates whether this endpoint requires an exact match on the path.
Declaration
public override bool RequiresExactMatch()
Returns
Type | Description |
---|---|
System.Boolean |