Does the ServiceBehavior setting InstanceContextMode.Single sets a single instance regardless of the number of endpoints?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Yes, you will get only one instance with InstanceContextMode.Single, regardless of the number of endpoints.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.