J
jim
I need to write a multithreaded proxy in VB.Net 2005 that will listen on a
set port, accept incoming TCP connections, create an outgoing TCP connection
for each incoming connection accepted to a known IP/port and allow the
incoming connection to talk to the server at the end of the outgoing
connection. The proxy server should do nothing to/with the data except act
as a tunnel from the incoming TCP connections to the outgoing TCP
connection.
I am trying to create a generic proxy that can make many applications come
from a single IP address. We need this for an application/webservice that
our company subscribes to. We have permission to use the service in this
manner, and it has been given to me to figure out how to make it happen.
I have looked at several examples of VB.Net multi-threaded proxy servers on
the web, but none of them work as advertised.
This seems to be a pretty simple task, but I am a rank beginner at VB.Net
and I just can't seem to figure it out.
Any help that you could give would be most appreciated.
Thanks!
set port, accept incoming TCP connections, create an outgoing TCP connection
for each incoming connection accepted to a known IP/port and allow the
incoming connection to talk to the server at the end of the outgoing
connection. The proxy server should do nothing to/with the data except act
as a tunnel from the incoming TCP connections to the outgoing TCP
connection.
I am trying to create a generic proxy that can make many applications come
from a single IP address. We need this for an application/webservice that
our company subscribes to. We have permission to use the service in this
manner, and it has been given to me to figure out how to make it happen.
I have looked at several examples of VB.Net multi-threaded proxy servers on
the web, but none of them work as advertised.
This seems to be a pretty simple task, but I am a rank beginner at VB.Net
and I just can't seem to figure it out.
Any help that you could give would be most appreciated.
Thanks!