Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web service that returns WAN IP

Status
Not open for further replies.

csutton

Programmer
Dec 27, 2000
213
US
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!!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top