[ServiceBehavior(InstanceContextMode = InstanceContextMode.PerCall, ConcurrencyMode = ConcurrencyMode.Single)]class MyService : IMyContract
Thanks, Arefin
Login to post response