Class ServiceHostResolverFactory
A factory class used to create a IServiceHostResolver.
Inherited Members
Namespace: Unity.Cloud.Common
Syntax
public static class ServiceHostResolverFactory
Methods
Create()
Create a IServiceHostResolver with default values. Any system-level overrides set via environment variables will take priority.
Declaration
public static IServiceHostResolver Create()
Returns
Type | Description |
---|---|
IServiceHostResolver | The created configuration. |