Hi guys,
From within a webmethod (.net asmx file) - is it possible to determine from where the call to the webmethod came?
Thank you
Hi guys,
From within a webmethod (.net asmx file) - is it possible to determine from where the call to the webmethod came?
Thank you
You have this :
httpContext.Current.Request.UserHostAddress
To get this host IP adress. but if by where you mean a place, , you can't.