Class EndPointExtensions
Inheritance
System.Object
EndPointExtensions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public static class EndPointExtensions : object
Methods
|
Edit this page
View Source
GetContextPath(IEndpointOptions, IManagementOptions)
Declaration
public static string GetContextPath(this IEndpointOptions options, IManagementOptions mgmtContext)
Parameters
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsEnabled(IEndpoint, IManagementOptions)
Declaration
public static bool IsEnabled(this IEndpoint endpoint, IManagementOptions mgmtContext)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsEnabled(IEndpointOptions, IManagementOptions)
Declaration
public static bool IsEnabled(this IEndpointOptions options, IManagementOptions mgmtOptions)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExposed(IEndpoint, IManagementOptions)
Declaration
public static bool IsExposed(this IEndpoint endpoint, IManagementOptions mgmtContext)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExposed(IEndpointOptions, IManagementOptions)
Declaration
public static bool IsExposed(this IEndpointOptions options, IManagementOptions mgmtOptions)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
OptionsForContext(IEnumerable<IManagementOptions>, String, ILogger)
Declaration
public static IManagementOptions OptionsForContext(this IEnumerable<IManagementOptions> mgmtOptions, string requestPath, ILogger logger = null)
Parameters
Type |
Name |
Description |
IEnumerable<IManagementOptions> |
mgmtOptions |
|
System.String |
requestPath |
|
ILogger |
logger |
|
Returns
|
Edit this page
View Source
ShouldInvoke(IEndpoint, IManagementOptions, ILogger)
Declaration
public static bool ShouldInvoke(this IEndpoint endpoint, IManagementOptions mgmtContext, ILogger logger = null)
Parameters
Returns
Type |
Description |
System.Boolean |
|