private void StartReceivingData(string ipAddress, int iPort) { try { if (!_bContinueReciving) { //initia
This is the error that is returned when the Windows Firewall blocks the port (out-going). We have a strict web server so the outgoing ports are blocked by default. All I had to do was to create a rule to allow the TCP port number in wf.msc.