Reputation: 9
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
Upvotes: 0
Views: 925
Reputation: 25495
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
Upvotes: 2