Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Using default web proxy

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Feature Requests
View previous topic :: View next topic  
Author Message
javfranram



Joined: 09 Aug 2018
Posts: 1
Location: Colombia

PostPosted: Thu Aug 09, 2018 12:31 pm    Post subject: Using default web proxy Reply with quote

Hello,

One of our clients has a proxy server that requires the user's login and password to connect to the Internet.

Our solution is to create a webproxy and assign it to the global variable WebRequest.DefaultWebProxy.

However, the AutenticationService class uses the proxy obtained by WebRequest.GetSystemWebProxy().

We have made a change in the AuthenticationService.cs class on line 79:
Code:
this.Proxy = WebRequest.DefaultWebProxy?? WebRequest.GetSystemWebProxy ();


In our tests it has worked correctly but we do not know if it is necessary to make more changes in the code.

Is it possible to add this feature?

Thanks for your support,

Javier Francisco
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Fri Aug 10, 2018 1:23 am    Post subject: Reply with quote

I don't think there are any other places that you would need to change the code. If you are including the source code in your application then you can simply include this change yourself. We will look at incorporating this suggested change in a future release.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Feature Requests All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group