Constructor CustomHttpHeadersCollection
CustomHttpHeadersCollection()
Default constructor.
Declaration
public CustomHttpHeadersCollection()
CustomHttpHeadersCollection(Int32)
Full constructor.
Declaration
public CustomHttpHeadersCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity | Specifies the initial capacity of the collection. |