Is it possible to make the WcfTestClient work for custom transport channels?

我的未来我决定 提交于 2019-11-29 01:32:44

It is possible to create custom transports in WCF. It's quite involved though!

Roman Kiss has built a Null Transport that allows you to consume and host the services from within the same process without the overhead of marshalling the data through one of the built in transports. His CodePlex article is available at:

http://www.codeproject.com/KB/WCF/NullTransportForWCF.aspx

It may be a good starting point for helping you learn how to build your own transport. Good luck!

I am not aware of custom transport channels. I think as per my experiance, it may not possible to make the WcfTestClient work for custom transport channels.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!