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.
我发现很多地方人们指出 ServiceBehavior 应该是服务类的属性而不是合同,而且这似乎确实如此。为什么是这样?
因为它处理服务的实现细节,而不是合同的一部分。
会话、重新进入等行为都与实现有关,因此您可以拥有相同的合约(接口),但在不同的端点公开不同的实现。