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

HeaderParameterCollection Class

A collection of HTTP headers.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class HeaderParameterCollection :
    Collection<HeaderParameter>

The following members return HeaderParameterCollection objects:

Remarks

The UriJsonSource uses HTTP headers from this collection to request JSON data from the specified Web Service Endpoint.

Use the HeaderParameters property to access this collection.

Inheritance

Object
Collection<HeaderParameter>
HeaderParameterCollection
See Also