[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWebRequestHandler

IWebRequestHandler Interface

Defines an interface for handling web requests asynchronously. This interface provides a way to send GET requests to a specified URI.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IWebRequestHandler
Public Interface IWebRequestHandler

Methods

Name Description
GetAsync(string)

Sends a GET request to the specified URI asynchronously.