Interface IHostConfigurationContext
Context used in host configuration.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.ServiceStack.Hosting
Assembly: Kephas.ServiceStack.dll
Syntax
public interface IHostConfigurationContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceBaseUrls
Gets or sets the base urls.
Declaration
string[] BaseUrls { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The base urls. |
Host
Gets the host.
Declaration
ServiceStackHost Host { get; }
Property Value
Type | Description |
---|---|
ServiceStack.ServiceStackHost | The host. |
HostConfig
Gets the host configuration.
Declaration
HostConfig HostConfig { get; }
Property Value
Type | Description |
---|---|
ServiceStack.HostConfig | The host configuration. |