SA.
SA.

Reputation: 9

Is there a class you can use for devices with ethernet connectivity

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

Answers (1)

rerun
rerun

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

Related Questions