Re: collect web service client ip
From: RK (r_adhakrishna_at_yahoo.com)
Date: 11/11/04
- Next message: Dan Rogers: "RE: Ho can I talk with my WebService"
- Previous message: Dan Rogers: "RE: wsdl.exe ignores types not used in any methods"
- In reply to: Grant Merwitz: "collect web service client ip"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Nov 2004 12:47:58 -0800
use
Context.Request.ServerVariables["REMOTE_ADDR"];
--RK
"Grant Merwitz" <grant@magicalia.com> wrote in message news:<uNyMpKAyEHA.748@TK2MSFTNGP14.phx.gbl>...
> I have created a web service
>
> i would now like to capture the clients IP address when a request is
> performed.
>
> I have tried to use the Request.ServerVariables["REMOTE_ADDR"] without
> success.
>
> How can i achieve this
>
> Thanks
>
> Grant
- Next message: Dan Rogers: "RE: Ho can I talk with my WebService"
- Previous message: Dan Rogers: "RE: wsdl.exe ignores types not used in any methods"
- In reply to: Grant Merwitz: "collect web service client ip"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|