Restful-web-services - 带参数调用函数
我需要从具有复杂参数类的 Restful Web 服务调用函数。如何调用带有参数的函数?我正在使用 mvc 3 作为我的 Restful Web 服务和调用它的应用程序。这是调用 Web 服务函数的代码:
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(uri);
HttpWebResponse response = (HttpWebResponse)req.GetResponse();
如何将参数传递给函数? 谢谢
I need to call function from restful web service which have complex parameter class from. How can I call function with parameter? I'm using mvc 3 for my restful web service and application that is calling it. This is code for calling web service's function :
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(uri);
HttpWebResponse response = (HttpWebResponse)req.GetResponse();
How can I pass parameter to function?
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论