Use Winsock In VB.NET

  • Thread starter Thread starter shachar
  • Start date Start date
S

shachar

hi all.
can i use the winsock control in vb.net, or there is a
diffrent control to use, for transfering text via TCPIP ?
thanks.
 
hi all.
can i use the winsock control in vb.net, or there is a
diffrent control to use, for transfering text via TCPIP ?
thanks.

System.Net
System.Net.Sockets

There are several networking related classes available in these
namespaces...
 
Back
Top