Could C# in VS.net support Ethernet communication

D

dalewz

Hi,

I am thinking to use C# in MS VS.net to support GUI and
Ethernet communication. I heard that this is doable by opening a
socket. Could sb share more info on this?

Thanks. -Dale
 
N

Nicholas Paldino [.NET/C# MVP]

Dale,

I don't know what you mean by Ethernet communication, but if you want to
connect to another machine using TCP/IP, or UDP, then you can use the Socket
class in the System.Net.Sockets namespace.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top