Table of Contents

Class IisFastCgiEnvironmentVariableCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of FastCGI environment variables.

public class IisFastCgiEnvironmentVariableCollection : Collection<IisFastCgiEnvironmentVariable>, IList<IisFastCgiEnvironmentVariable>, ICollection<IisFastCgiEnvironmentVariable>, IList, ICollection, IReadOnlyList<IisFastCgiEnvironmentVariable>, IReadOnlyCollection<IisFastCgiEnvironmentVariable>, IEnumerable<IisFastCgiEnvironmentVariable>, IEnumerable
Inheritance
IisFastCgiEnvironmentVariableCollection
Implements
Inherited Members

Constructors

IisFastCgiEnvironmentVariableCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IisFastCgiEnvironmentVariableCollection class.

public IisFastCgiEnvironmentVariableCollection()

Methods

Add(string, string)

Adds an environment variable to the collection.

public IisFastCgiEnvironmentVariable Add(string name, string value)

Parameters

name string

The environment variable name.

value string

The environment variable value.

Returns

IisFastCgiEnvironmentVariable

The CENTREL.XIA.Configuration.Types.IisFastCgiEnvironmentVariable that was added to the collection.

Sort()

Sorts the values in the collection.

public void Sort()