摘要:
如何:创建 Windows Communication Foundation 客户端这是创建基本 Windows Communication Foundation (WCF) 服务和可以调用该服务的客户端所需的六项任务中的第四项任务。有关全部六项任务的概述,请参见入门教程主题。本主题描述如何检索 WCF 服务中的元数据,以及如何使用这些元数据创建可以访问该服务的 WCF 代理。此任务是通过使用 W... 阅读全文
posted @ 2009-12-09 11:07
.net's
阅读(406)
评论(0)
推荐(0)
摘要:
In order to for the client to communicate with a WCF service, we need a proxy object. This can be quite a daunting task (and a little complicated to be honest). Luckily like a lot of things in .NET 3.... 阅读全文
posted @ 2009-12-09 10:21
.net's
阅读(413)
评论(0)
推荐(0)