开发者

How to build a .NET client API for a WCF service

I have a .NET WCF service which is implemented in a hand full of of projects in VS2010. Is there any way I can create a new project which merges together all of the service contracts and operation contracts into one DLL to distribute to clients?

In short, I want to distribute a single DLL to clients to hit my WCF service.

I will provide more information if ne开发者_开发知识库eded, but I'm a bit of a WCF noob.

thanks, Mark


I think this is just the article you're looking for:

WCF the Manual Way... the Right Way (link)

It goes into detail on how to manually create proxies to do exactly what you're asking for.

Hope it helps!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜