English 中文(简体)
弃置网络
原标题:Disabling WebClient Automatic Proxy Detection

我在“下载星号”呼吁方面遇到困难,呼吁相当缓慢。 I found (in 问题是由于自动检测。

Apparently, the auto detection can be turned off by setting the WebClient s Proxy property to null.

是否有任何情况会造成问题? 我不熟悉近距离,但如果用户出于某种原因需要代理人进入网络,这是否会失败?

一些背景:这一呼吁是一位更新的主管。 它从一个服务机I控制处收集一个档案,以了解该方案是否需要更新。 因此,这并非完全重要,而是让大多数用户都参与其中。

问题回答

如果你书写了本应在所有环境中运行的仪器,则不会放弃自动镜头探测。 否则,你将支持呼吁。

相反,在出现违约时携带自动镜头探测,使用户能够改变这种变化,如果用户有此需要,则使用明确的代理或可替代的代理。

例如,研究因特网探索者联系环境。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签