我正在使用托管在 Windows azure 服务链接http://winrttest.cloudapp.net/上的 wcf rest 服务
虽然我正在使用我在 windows 商店应用程序的 reference.cs 文件中看到的两个参数为服务客户端的构造函数创建对象,但实际上在服务应用程序中,服务类的构造函数没有参数化。
参考.cs:
公共 Service1Client(System.ServiceModel.Channels.Binding 绑定,System.ServiceModel.EndpointAddress remoteAddress):基(绑定,remoteAddress){}
我试图传递这两个参数,但无法将绑定作为 webhttpbinding 传递。如何为 serviceclient 类创建实例。