ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / OnRequestInfo Class / Headers Property

In This Topic
    Headers Property (OnRequestInfo)
    In This Topic
    Gets or sets a dictionary containing headers that should be included with the request.
    Syntax
    'Declaration
     
    Public Property Headers As Dictionary(Of String,String)
    public Dictionary<string,string> Headers {get; set;}

    Property Value

    A Dictionary representing HTTP headers. Each key-value pair represents a header field and its value.
    See Also