Property Item
Item[String]
Returns the CustomHttpHeader instance from the collection that has the specified Name value.
Declaration
public CustomHttpHeader this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The full name of the property to return. |
Property Value
Type | Description |
---|---|
CustomHttpHeader | A CustomHttpHeader instance from the collection. |
Exceptions
Type | Condition |
---|---|
System.Collections.Generic.KeyNotFoundException | Thrown if no item exists in the collection with the specified |