Hi, I am trying to create a web service that does several things, including returning the client's wan IP address. Obviously, the client will not know its wan IP address (especially behind a router) so the web service will need to tell it what it is.
I'm stuck at how to get the IP address of the incoming client?? Any ideas? I know how to do this in a normal ASP.NET page using the REQUEST namespace, but I am lost for the webservice.
Any ideas?? Thanks!!
I'm stuck at how to get the IP address of the incoming client?? Any ideas? I know how to do this in a normal ASP.NET page using the REQUEST namespace, but I am lost for the webservice.
Any ideas?? Thanks!!