Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GetSystemWebProxy和DefaultWebProxy都返回 null。
WebRequest.GetSystemWebProxy(); WebRequest.DefaultWebProxy;
如果您使用最新版本的monomac(或从源代码构建它),那么您应该能够调用静态方法CFNetwork.GetDefaultProxy(source,查看文件末尾)来获取IWebProxy应该与 OSX 正在使用的实例匹配的实例。
CFNetwork.GetDefaultProxy
IWebProxy