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

HeaderParameter Class

An HTTP header for the Web Service Endpoint with JSON data.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class HeaderParameter :
    DataSourceParameterBase

The following members return HeaderParameter objects:

Remarks

HTTP headers are added to the HeaderParameterCollection that UriJsonSource uses to access JSON data at the specified Web Service Endpoint.

Implements

Inheritance

See Also