如何使用 Castle 的 RemotingFacility 从客户端访问两个不同的端点?
我有一个与多个 .net 远程处理端点通信的 Web 应用程序。
我想使用 Castle RemotingFacility 来解决我的远程依赖关系,但看起来您只能为该设施配置一个端点 uri。
现有的 RemotingFacility 是否可以实现这种情况?如果是这样,怎么办?
谢谢。
I have a web application that communicates with multiple .net remoting endpoints.
I'd like to use the Castle RemotingFacility to resolve my remote dependencies, but it looks like you can only configure one endpoint uri for the facility.
Is this scenario possible with the existing RemotingFacility? If so, how?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
真的是这样吗?我认为 这篇文章 另有暗示...
Is that really the case? I think that this post implies otherwise...