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

In This Topic
    OnRequestInfo Class
    In This Topic
    Represents the information that can be used to modify or provide additional details for a web request, such as credentials and headers.
    Object Model
    OnRequestInfo Class
    Syntax
    'Declaration
     
    Public Class OnRequestInfo 
    public class OnRequestInfo 
    Remarks
    The OnRequestInfo class allows you to specify authentication credentials and HTTP headers that should be included in a web request.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo

    See Also