I have developed a WCF service. Now I want my clients can access to it using sockets. I implemented a TCPListener system on my WCF service, but when I try to instantiate my TCPListener object in a separate thread, I get the following error: An attempt was made to access a Socket in a way that is forbidden by its access permissions.
My WCF service is hosted locally.
Someone to help me please ?
Thanks in advance