question

Upvotes
Accepted
588 14 21 19

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-api.netrkd
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
488 16 20 29

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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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