socket programming
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi, i was wondering....how do you determine when to use sockets in networking. What conditions or requirement that needs sockets. the socket is from "using system.net.socket" Thanks in advance
Hi, Sockets are used when you want to exchange data between several applications using TCP/IP or UDP protocol. Try this [^] article. Hope it helps.
There are 10 kinds of people: those who understand binary and those who don't