Need a good link or tutorial

fkheng

Centurion
Joined
May 8, 2003
Messages
155
Location
Malaysia
I want to begin learning on the networking basics in VB.NET on how to establish a connection or how to do some basic networking functionality, does anybody know of a good link or tutorial which i can learn from?
 
Do a search for "TCPListener" or "System.Net.Sockets" and you should come up with some helpful documents. The aforementioned is a simplified listener designed only for TCP/IP whereas if you are interested in UDP and other protocols you should take a look at "System.Net.Sockets", good luck - if I see anything I think might help, Ill post back here.
 
Back
Top