Hi,
I am using C#.net and need to connect to a device that has ethernet (ip address). What class can I use to communicate with such a device
Hi,
I am using C#.net and need to connect to a device that has ethernet (ip address). What class can I use to communicate with such a device
Well not knowing what device what protocol or what you are doing I would go with.
System.Net.sockets.TcpClient or system.net.sockets.udpclient