How about???
CallContext.GetData("ClientAddress")
This will be an object, so you will have to ToString() if that is your
comparison method.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
*************************************************
> When client call to remoting mathod it's no way to knoe the IP of
> client?
[quoted text clipped - 13 lines]
> end function
> end class
mttc - 26 Mar 2008 16:31 GMT
please let me know how use with it?
the CallContext.GetData("ClientAddress") seem like intend to send
info to the server.
but My q is how reveal from where call came. Notice the client not
know his public IP, but the server know the IP of caller. So I need to
get this IP. how do that?
Also I forget to point that I work with 2.0