Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TCP Server does not respond
Message
From
26/04/2005 08:32:19
 
 
To
25/04/2005 21:20:54
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01007740
Message ID:
01008398
Views:
18
>
>How can I get the IP address of machine running the program if I do want to bind?
We used a configuration file to tell the service what the port and IP address are that we are connecting to. You have to know these before you can connect to a machine. The local IP address was fed to the program via the configuration file but the port was assigned dynamicaly on our end so that .net could manage the sockets for us. This allowed us to have multiple sockets running from the same service in different threads.
HTH
Bruce Carpenter
Previous
Reply
Map
View

Click here to load this message in the networking platform