Connecting Tech Pros Worldwide Help | Site Map

Client Server communication using spring

dheerajjoshim's Avatar
Familiar Sight
 
Join Date: Jul 2009
Location: Bangalore, INDIA
Posts: 251
#1: 2 Weeks Ago
I have been working on a desktop based project.....
I am using SPRING.NET for remote communication. My Client and Server both are running in two different systems.(Basically both UI and backend services are not tightly coupled.).

So now UI can run in 2 or more machines, and can perform any operation.
Obviously SPRING will take care about sending any response to the clients.

But in order to do the logging each client request from UI i need the IP Address or host name of host where UI is running.(Purpose is to track the Request INFO).

But i am unable to get this hostname or IP. Can anybody tell me how to take the IPaddress or hostname using SPRING.NET, is there any function etc? Or any alternative to achieve this.?

Regards
Dheeraj Joshi
Reply


Similar C# / C Sharp bytes