Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果使用服务的客户端不是 WCF 客户端而是 Java 客户端,那么在 WCF 服务中实现会话处理的最佳方法是什么?是否可以使用集成服务模型?
谢谢! 多米尼克
会话是 WCF 服务的控制器及其配置方式。设置为 PerSession 的更多实例,只要客户端代理正在使用,该 WCF 对象就会持续存在,并且该代理上的所有调用都将由该对象提供服务。