I have a question about WCF service which give the client the ability to mess up with Computer files (copy/paste/delete…etc).
service should accept only 1 client at a time, it shouldn’t accept a client while another client is already connected, so what configuration does this job?
I’m using NetTcpBinding.
I have a question about WCF service which give the client the ability to
Share
This should do it for you:
http://msdn.microsoft.com/en-us/library/system.servicemodel.description.servicethrottlingbehavior.maxconcurrentcalls.aspx