Table of Contents

Class InitializationParameterCollection

Namespace
Sisk.Core.Http.Hosting
Assembly
Sisk.Core.dll

Provides a collection of HTTP server initialization variables.

public sealed class InitializationParameterCollection : IDictionary<string, string?>, ICollection<KeyValuePair<string, string?>>, IEnumerable<KeyValuePair<string, string?>>, IEnumerable
Inheritance
InitializationParameterCollection
Implements
Inherited Members

Constructors

InitializationParameterCollection()

Methods

AsNameValueCollection()

Gets an instance of NameValueCollection with the values of this class.

EnsureNotNull(string)

Ensures that the parameter defined by name parameterName is present in this collection.

EnsureNotNullOrEmpty(string)

Ensures that the parameter defined by name parameterName is present and not empty in this collection.

Map<T>()

Associates the parameters received in the service configuration to a managed object.