when i open it it say something about error in connection.cs line 81
on line 81 is this
on line 81 is this
Code:
line 80 IPEndPoint myEnd = (m_sAddress == "") ? (new IPEndPoint(Dns.GetHostEntry(Dns.GetHostName()).AddressList[0], m_nPort)) : (new IPEndPoint(IPAddress.Parse(m_sAddress), m_nPort));
line 81 Listener.Bind(myEnd);