iccaros Posted May 12, 2007 Report Share Posted May 12, 2007 I am wondering if anyone has a method that will allow my server application to capture the ipaddress of the connecting client. the application is in C# and will run on Windows and Linux with Mono. This is not a general Web application so there is no worry of spoofing, as it will be run in a lab, but will not be run in my lab when done. the application needs the ipaddress and will setup ports for async reconnect to pass back data. thanks Quote Link to post Share on other sites
jcl Posted May 13, 2007 Report Share Posted May 13, 2007 ((IPEndPoint)socket.RemoteEndPoint).Address. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.