Class ConfigurationUrlHelpers
Inheritance
System.Object
ConfigurationUrlHelpers
Assembly: Steeltoe.Discovery.ClientBase.dll
Syntax
public static class ConfigurationUrlHelpers : object
Fields
|
Edit this page
View Source
WILDCARD_HOST
Declaration
public const string WILDCARD_HOST = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
GetAspNetCoreUrls(IConfiguration)
Declaration
public static List<Uri> GetAspNetCoreUrls(this IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Returns
Type |
Description |
List<Uri> |
|