开发者

WCF in memory / assembly binding

Are there any options on using WCF to do in memory calls to assemblies?

Currently we deploy multiple services over basicHttp binding on different servers, for a single machine installation it would be enough to do an in memory call to the service. Is there any binding I can use without having to host the services locally (so not with named pipes) but in-process?

The 开发者_如何学运维endpoint location could be than something like this for example:

assembly://MyCoolService.dll


There is no such build-in binding. NetNamedPipe is usually used for that. The only option is to check NullTransport.


no this is not possible, net.pipe binding is the closest you can get (and the with the best performance).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜