Skip to main content

DashboardBackendOptionsBuilder.RequestHttpHeaders(Action<Dictionary<String, String>>) Method

Specifies HTTP-headers that are sent to the server.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.2.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBackendOptionsBuilder RequestHttpHeaders(
    Action<Dictionary<string, string>> config
)

Parameters

Name Type Description
config Action<Dictionary<String, String>>

A delegate that provides access to the object that is a collection of headers and values.

Returns

Type Description
DashboardBackendOptionsBuilder

A reference to this instance after the operation has completed.

See Also