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.

GetValueOrThrow(string, GetValueOption)

Gets the specified value if present in this parameter collection, or throw an exception if the value is not present.