I am trying to send data to Python via C# client. My code works when both the server and the client is either Python or C# but when I run the same code with C# client and Py
IPAddress ipAddress = ipHostInfo.AddressList[1];
works for me.