Does the ServiceBehavior setting InstanceContextMode.Single sets a single instance regardless of the number of endpoints?
ServiceBehavior
InstanceContextMode.Single
Yes, you will get only one instance with InstanceContextMode.Single, regardless of the number of endpoints.