We have some WCF services that utilize Net TCP Port Sharing. From my research, Port Sharing listens on Port 808 by default. On a client server, there is a Third Party Service that also uses this port and if it grabs the port first, then our Services cannot communicate.

Is there a way (I'm not finiding much) to configure either the apps or the Port Sharing to listen on a different port so we don't have this conflict?