How many instances exists when a InstanceContextMode.Single WCF service exposes multiple endpoints?

560 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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