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.(Basica lly 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.(Purpos e 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
I am using SPRING.NET for remote communication. My Client and Server both are running in two different systems.(Basica lly 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.(Purpos e 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