Class PortableConfigurationBuilder
Represents the portable configuration builder for HttpServerHostContextBuilder.
public sealed class PortableConfigurationBuilder
- Inheritance
-
PortableConfigurationBuilder
- Inherited Members
Methods
- WithConfigFile(string, bool)
Specifies the name of the server configuration file.
- WithConfigReader(IConfigurationReader)
Defines an custom IConfigurationReader configuration pipeline to the builder.
- WithConfigReader<TReader>()
Defines an custom IConfigurationReader configuration pipeline to the builder.
- WithParameters(Action<InitializationParameterCollection>)
Invokes a method on the initialization parameter collection.