Is there any tunnelling support in .NET?

  • Thread starter Thread starter Peter Steele
  • Start date Start date
P

Peter Steele

I need to write a simple proxy that forwards requests from an external
client to another server's address/port? Is there support for this kind of
tunnelling in .NET?
 
Peter Steele said:
I need to write a simple proxy that forwards requests from an external
client to another server's address/port? Is there support for this kind of
tunnelling in .NET?

What are you looking for beyond socket support?
 
Back
Top