Avoid 'Proxy Authentication Required' in all my c# application
        Posted  
        
            by Babba
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Babba
        
        
        
        Published on 2010-03-31T17:01:35Z
        Indexed on 
            2010/03/31
            17:03 UTC
        
        
        Read the original article
        Hit count: 351
        
In my application i use external resources on web that require proxy authentication. All my requests are http type by using WebRequest / DataSet.ReadXml(url) / ecc..... Every time i need to give credentials...
So is possible to assign credential only one time in my application?
© Stack Overflow or respective owner