我刚刚下载了Visual Studio2012,我想连接我的wcf服务,它是用.net4编写的。我想像这样定义一个WsHttpBinding
BasicHttpBinding binding = new BasicHttpBinding();但问题是系统无法识别
WsHttpBinding binding = new WsHttpBinding()或者类似的东西。有谁知道为什么不呢?
发布于 2012-07-05 10:30:32
这是一个list of WCF Bindings supported by a Metro Style App。Ws-*目前似乎不受支持。
https://stackoverflow.com/questions/11335928
复制相似问题