WorksheetFunction.WebService(String) 方法

定义

使用 HTTP GET 请求异步调用 Web 服务并返回响应的基础函数。

public:
 System::Object ^ WebService(System::String ^ Arg1);
public object WebService (string Arg1);
Public Function WebService (Arg1 As String) As Object

参数

Arg1
String

要发出 HTTP GET 请求的 Web 服务的 URL。

返回

VARIANT

适用于