Programming Tutorials

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



Comment Added by : stephen

Comment Added at : 2012-07-14 19:40:03

Comment on Tutorial : Server Socket Program sample in VB.net By Issac
I have error on "serversocket", vb.net highlights it everytime I am pasting the code to my project. here's the error statement :



Public Sub New(port As Integer)' is obsolete: 'This method has been deprecated. Please use TcpListener(IPAddress localaddr, int port)


View Tutorial