is InstanceContextMode.Single available for WCF basicHttpBinding?
问题 As I understand from this article: Single: This will help us to share the data globally. We can create only one instance and the same instance will be reused on the subsequent calls. Same like Per Session this will work with all bindings except basicHttpBinding. InstanceContextMode.Single not available for basicHttpBinding. But according to this answer it works. This article adds confusion. I'd like to get clear answer and explanation. 回答1: InstanceContextMode.Single will force the WCF engine