Computer Hope

Software => Computer programming => Topic started by: alecsillidan on September 24, 2012, 07:33:27 AM

Title: VB.NET Socks5 Server
Post by: alecsillidan on September 24, 2012, 07:33:27 AM
Hello again ComputerHope.
Today I was documenting about creating a socks5 server in vb.net, but couldn't find any reference.
Can someone help me with a hint or something to create a socks5 server?
Thank you in advance:D
Title: Re: VB.NET Socks5 Server
Post by: Sidewinder on September 25, 2012, 06:57:13 AM
Found these two which may prove helpful:

Server Socket Program (http://vb.net-informations.com/communications/vb.net_Server_Socket.htm)

Client Socket Program (http://vb.net-informations.com/communications/vb.net_Client_Socket.htm)

Good luck.  8)