Sure, you can access the ServerVariables like this:
this.Context.Request.ServerVariables (C#)
Me.Context.Request.ServerVariables (VB.NET)
--
Greetz
Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
> We can find IP address from the regular web user via the
> Request.ServerVariables collection.
> How do we do the same for a web service?
>
> Thank you.
> ~Js.