How do I get the caller\'s IP address in a WebMethod?
[WebMethod] public void Foo() { // HttpRequest... ? - Not giving me any options through intellisens
Try:
Context.Request.UserHostAddress