Skip to main content
A newer version of this page is available. .

HeaderParameterCollection.AddRange(HeaderParameter[]) Method

Adds an array of HTTP headers to the end of the collection.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public void AddRange(
    HeaderParameter[] items
)

Parameters

Name Type Description
items HeaderParameter[]

An array of HTTP headers to append to the collection.

Remarks

HTTP headers are added to the end of the collection in the same order they have in the array.

See Also