Class JsonConfigurator
A JSON support configurator.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.ServiceStack.Hosting.Configurators
Assembly: Kephas.ServiceStack.dll
Syntax
public class JsonConfigurator : Loggable, ILoggable, IHostConfigurator
Constructors
| Improve this Doc View SourceJsonConfigurator(IJsonSerializerConfigurator)
Initializes a new instance of the JsonConfigurator class.
Declaration
public JsonConfigurator(IJsonSerializerConfigurator jsonSerializerConfigurator)
Parameters
Type | Name | Description |
---|---|---|
IJsonSerializerConfigurator | jsonSerializerConfigurator | The JSON serializer configurator. |
Methods
| Improve this Doc View SourceConfigure(IHostConfigurationContext)
Configure application host.
Declaration
public void Configure(IHostConfigurationContext configContext)
Parameters
Type | Name | Description |
---|---|---|
IHostConfigurationContext | configContext | Context for the configuration. |