Programming Tutorials

Comment on Tutorial - Server Socket Program sample in VB.net By Issac



Comment Added by : John

Comment Added at : 2012-08-11 01:40:46

Comment on Tutorial : Server Socket Program sample in VB.net By Issac
Yes, you can use the newer one as follows
Dim tcpListener As New TcpListener(System.Net.IPAddress.Parse("127.0.0.1"), portNumber)


View Tutorial