question

Upvotes
Accepted
588 8 13 16

Working in .NET platform and configuring proxy server

Do I need to specify specific proxy server settings in my app when developing under .NET platform for TRKD applications?

rkd-apirkd.net
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
488 12 12 26

Commonly when developing under .NET platform you do not need to specify proxy server settings explicitly in your application. The Framework should autodetect the WinINET proxy when the .NET application starts (Internet Properties > Connections > LAN settings > Proxy server).

If you want to override default behavior please see the following articles on MSDN:

https://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx

or

https://msdn.microsoft.com/en-us/library/6484zdc1.aspx

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea