I met a performance issue when using the WCF service.
Here\'s the story:
I wrote a self-hosted WCF service which is hosted by a console application
We experiences the same, I figured out that it is the client that sleeps up to 14 seconds before actually opening the TCP connection.
A simple call to
binding.UseDefaultWebProxy = false;
solved this.