Hi
I have C# console application which receives windows username as argument. Based on this username my application needs to find out the IP address where currently this user is logged in so that my console application can invoke WCF service hosted in user's machine.
Can anyone please direct me to correct resource or reply with code if you have came across?