
06-30-2009, 8:50 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,303
Reputation: 1315
|
|
For socket application in .Net I suggest you use the TcpClient and TcpListener classes found in System.Net.Sockets namespace.
|