我正在尝试使用RestSharpGitHubwiki上的文档实现对我的RESTAPI服务的调用,但我特别遇到ExecuteAsync方法的问题。目前,我的API类代码如下所示:publicclassHarooApi{conststringBaseUrl="https://domain.here";readonlystring_accountSid;readonlystring_secretKey;publicHarooApi(stringaccountSid,stringsecretKey){_accountSid=accountSid;_secretKey=secretKey;}pu
我正在尝试使用RestSharpGitHubwiki上的文档实现对我的RESTAPI服务的调用,但我特别遇到ExecuteAsync方法的问题。目前,我的API类代码如下所示:publicclassHarooApi{conststringBaseUrl="https://domain.here";readonlystring_accountSid;readonlystring_secretKey;publicHarooApi(stringaccountSid,stringsecretKey){_accountSid=accountSid;_secretKey=secretKey;}pu