# GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo" class="text-break">OnRequestInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the information that can be used to modify or provide additional details for a web request, such as credentials and headers.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">OnRequestInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OnRequestInfo</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>OnRequestInfo</code> class allows you to specify authentication credentials and HTTP headers that should be included in a web request.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo__ctor">OnRequestInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo_Credentials" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.Credentials">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.Credentials.html#GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo_Credentials">Credentials</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the credentials used for authentication in the request.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo_Headers" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.Headers">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.OnRequestInfo.Headers.html#GrapeCity_ActiveReports_Blazor_Viewer_OnRequestInfo_Headers">Headers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a dictionary containing headers that should be included with the request.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
