# GrapeCity.Documents.Excel.IWebRequestHandler

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IWebRequestHandler" data-uid="GrapeCity.Documents.Excel.IWebRequestHandler" class="text-break">IWebRequestHandler Interface
</h1>
  <div class="markdown level0 summary"><p>Defines an interface for handling web requests asynchronously.
This interface provides a way to send GET requests to a specified URI.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IWebRequestHandler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IWebRequestHandler</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IWebRequestHandler</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IWebRequestHandler_GetAsync_System_String_" data-uid="GrapeCity.Documents.Excel.IWebRequestHandler.GetAsync(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IWebRequestHandler.GetAsync.html#GrapeCity_Documents_Excel_IWebRequestHandler_GetAsync_System_String_">GetAsync(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends a GET request to the specified URI asynchronously.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
