Re: [ADVANCED-DOTNET] Retrieving IP Address using Remoting

2004-07-20 Thread J. Merrill
I don't know the answer to your question, but your assumption that an IP address identifies a particular Client PC is not valid. If multiple PCs on a LAN are accessing the internet through a NAT router, each will appear to have the same IP address (the address of the router). If you're using a

Re: [ADVANCED-DOTNET] Retrieving IP Address using Remoting

2004-07-20 Thread Heath Ryan
Hi Girikrishna, Here I have some code that gives info about the clients that are subscribed to an event named BroadcastStorage. I have no time now to explain it, hope the code is selfexplaining, suitable & adaptable for your needs... HTH //Ryan public string[] Clients() { Delegate[] list = Bro

[ADVANCED-DOTNET] Retrieving IP Address using Remoting

2004-07-20 Thread SUBSCRIBE DOTNET-CLR Girikrishna Tirumala
Hello, Is it possible to obtain the IP Address of the client that would access the server application domain through Remoting. I need this to ensure that the server object is not accessed from the same Client PC more then once. Rgds, Giri === This list is