Re: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-13 Thread Andreas Veithen
[email protected] >> To: [email protected]; [email protected] >> Date: Thu, 11 Mar 2010 14:44:58 -0700 >> Subject: RE: Remote IP Address from a .NET WCF Client to My Web Service >> >> Looks like you're .NET WCF Client is using IPv6. 0:0:0:0:0:0

RE: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-13 Thread Martin Gainty
rom: [email protected] > To: [email protected]; [email protected] > Date: Thu, 11 Mar 2010 14:44:58 -0700 > Subject: RE: Remote IP Address from a .NET WCF Client to My Web Service > > Looks like you're .NET WCF Client is using IPv6. 0:0:0:0:0:0:0:1 is the >

Re: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-11 Thread ホセ フェレイロ
Hey there! Let's give a try. Instead of calling 127.0.0.1 specify the DNS of your machine (or computer name)... Although I am not having the same problem as you, I also faced a similar problem and performing this change I was able to get the right IP address of the client. Bonne nuit! On Thu,

RE: Remote IP Address from a .NET WCF Client to My Web Service

2010-03-11 Thread Doughty, Michael
Looks like you're .NET WCF Client is using IPv6. 0:0:0:0:0:0:0:1 is the loopback IP for IPv6, just as 127.0.0.1 is the loopback IP for IPv4. -Original Message- From: v2cg4ss [mailto:[email protected]] Sent: Thursday, March 11, 2010 3:40 PM To: [email protected] Subject: Remo