[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWebRequestHandler

IWebRequestHandler Interface

定义一个接口,用于异步处理网络请求。 该接口提供了一种方式,可以向指定的URI发送GET请求。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IWebRequestHandler

Methods

Name Description
GetAsync(string)

异步地向指定的URI发送GET请求。