Interface IHostConfigurator
Singleton application service contract for configurating a host.
Namespace: Kephas.ServiceStack.Hosting
Assembly: Kephas.ServiceStack.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(RequiredFeatureAttribute)})]
public interface IHostConfigurator
Methods
| Improve this Doc View SourceConfigure(IHostConfigurationContext)
Configures the web host.
Declaration
void Configure(IHostConfigurationContext configContext)
Parameters
Type | Name | Description |
---|---|---|
IHostConfigurationContext | configContext | Context for the configuration. |