jjzjj

accountSid

全部标签

c# - 我应该如何在 Windows Phone 7 上使用 RestSharp 实现 ExecuteAsync?

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

c# - 我应该如何在 Windows Phone 7 上使用 RestSharp 实现 ExecuteAsync?

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