fkheng Posted June 12, 2003 Posted June 12, 2003 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? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
Martin Posted July 1, 2003 Posted July 1, 2003 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.