[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo

OnRequestInfo Class

Represents the information that can be used to modify or provide additional details for a web request, such as credentials and headers.

Inheritance
OnRequestInfo
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class OnRequestInfo
Remarks

The OnRequestInfo class allows you to specify authentication credentials and HTTP headers that should be included in a web request.

Constructors

Name Description
OnRequestInfo()

Properties

Name Description
Credentials

Gets or sets the credentials used for authentication in the request.

Headers

Gets or sets a dictionary containing headers that should be included with the request.