I am new to remoting. How can I detect the IP that the client is coming
from at the server level? I am using C#.
easiest way : use a web service that returns your external ip and send it to
your remoting server.
>I am new to remoting. How can I detect the IP that the client is coming
>from at the server level? I am using C#.
Kerwin Cabrera - 30 Nov 2005 12:47 GMT
Isn't there anything I can use in in remoting? I am not using IIS in any
way on this project.
> easiest way : use a web service that returns your external ip and send it
> to your remoting server.
>
>>I am new to remoting. How can I detect the IP that the client is coming
>>from at the server level? I am using C#.