|
-
January 21st, 2003, 09:25 AM
#1
accessing remote machine thru firewall
I want to connect to remote machine thru firewall using socket class at particular port number.
Does any one how to implement this in C#?
WebProxy class can be used only for HTTP requests.
But I need regular socket connection thru firewall.
Thanks
Srini
-
January 21st, 2003, 11:45 AM
#2
Look at:
System.Net
System.Net.Sockets
namespaces and especially at Socket, TcpClient and TcpListener classes...
It is in the MSDN...
-
February 17th, 2003, 07:00 PM
#3
very well said, Martin, as I agree you always I agree here also,
TCP.. classes are for that only, .NET remoting will also help in that case.
thanx Martin,
-Paresh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|