Unity 和动态 WCF 代理

发布于 2024-12-12 22:12:34 字数 222 浏览 0 评论 0原文

有什么方法可以让 Unity 在运行时动态地将代理注入到 WCF 服务中吗?具体来说,我希望能够在 ServiceContract 接口上执行 Resolve 调用,并让它查找服务 URL 的统一配置,动态构建代理(使用 codedom 就足够简单)并让它缓存(单例?)将来调用的代理。我找到了大量的示例来注入预先引用的客户端代理,以及大量的动态代理实现,但似乎没有什么可以缩小差距..有人这样做吗?有什么示例代码我可以看一下吗?

Is there any way to have unity inject the proxies to WCF services dynamically at runtime? Specifically, I'd like to be able to do a Resolve call on the ServiceContract interface and have it look to the unity config for a service URL, dynamically build the proxy (easy enough with codedom) and have it cache (singleton?) that proxy for future calls. I've found plenty of samples to inject a pre-referenced client proxy, and plenty of dynamic proxy implementations, but nothing that seems to close the gap.. Has anyone does this? Any sample code I can glance at?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文