Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/292.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 请求访问本地网络弹出窗口_C#_Ios_Xamarin_Xamarin.ios_Restsharp - Fatal编程技术网

C# 请求访问本地网络弹出窗口

C# 请求访问本地网络弹出窗口,c#,ios,xamarin,xamarin.ios,restsharp,C#,Ios,Xamarin,Xamarin.ios,Restsharp,我的一个Xamarin.iOS应用程序出现问题。我注意到,在iOS 14.0中,您可以看到一个弹出窗口,请求访问本地网络。在我的项目中,我安装了RestSharp作为一个Nuget包,看起来它导致了这个请求的弹出 那么,我的问题是: 有没有办法防止RestSharp触发此弹出窗口 提前谢谢

我的一个Xamarin.iOS应用程序出现问题。我注意到,在iOS 14.0中,您可以看到一个弹出窗口,请求访问本地网络。在我的项目中,我安装了RestSharp作为一个Nuget包,看起来它导致了这个请求的弹出

那么,我的问题是:

  • 有没有办法防止RestSharp触发此弹出窗口
提前谢谢