Re: How do I get credentials of other active logon sessions for Web Service?
From: R.Balaji (rbalaji007_at_hotmail.com)
Date: 07/14/04
- Next message: Michael Fan: "Re: Is it possible for web service to send random notification to web service consumer?"
- Previous message: R.Balaji: "Re: Location of the DLLs"
- In reply to: Ken Varn: "How do I get credentials of other active logon sessions for Web Service?"
- Next in thread: Ken Varn: "Re: How do I get credentials of other active logon sessions for Web Service?"
- Reply: Ken Varn: "Re: How do I get credentials of other active logon sessions for Web Service?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 17:55:49 +0530
Hi,
> How can
> I get the credentials that IE uses and assign it to my Credentials
attribute
> of my Web Service Proxy object?
Have you tried System.Net.WebProxy.GetDefaultProxy() method?
This method reads the Internet Explorer nondynamic proxy settings.
Regards,
R.Balaji
"Ken Varn" <nospam> wrote in message
news:OK7sc%23DaEHA.2816@TK2MSFTNGP11.phx.gbl...
> I am trying to call my Web Service from my embedded Windows Forms control
> that is embedded in an HTML page using No Touch Deployment. When I try to
> call my Web Service from my Windows Forms control using
> CredentialCache.DefaultCredentials, I get the logged on user credentials
> even if the user authenticates using a different logon through IE. >
> --
> -----------------------------------
> Ken Varn
> Senior Software Engineer
> Diebold Inc.
>
> EmailID = varnk
> Domain = Diebold.com
> -----------------------------------
>
>
- Next message: Michael Fan: "Re: Is it possible for web service to send random notification to web service consumer?"
- Previous message: R.Balaji: "Re: Location of the DLLs"
- In reply to: Ken Varn: "How do I get credentials of other active logon sessions for Web Service?"
- Next in thread: Ken Varn: "Re: How do I get credentials of other active logon sessions for Web Service?"
- Reply: Ken Varn: "Re: How do I get credentials of other active logon sessions for Web Service?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|