Giusto! Ecco un semplice webservice che ritorna l'IP del chiamante.
codice:<WebMethod()> _ Public Function HelloWorld() As String Return Context.Request.ServerVariables("REMOTE_ADDR").ToString End Function
Giusto! Ecco un semplice webservice che ritorna l'IP del chiamante.
codice:<WebMethod()> _ Public Function HelloWorld() As String Return Context.Request.ServerVariables("REMOTE_ADDR").ToString End Function
http://www.softgens.com