I am using HttpClient class to make a web request to get data from server( httpClient.GetAsync(url, HttpCompletionOption.ResponseContentRead). But randomly i get this error saying Error getting response stream (ReadDone1): ReceiveFailure I have a try catch block around this call but it does not get caught. Instead I get the error in UIApplication.Main(args, null, "AppDelegate"); in the IOS App. Is there any way to catch this error or to fix this error?
相关问题
- Monodevelop: `Waiting for debugger`
- System.IO.MemoryMappedFiles on MonoTouch?
- Is it possible to use NSUbiquitousKeyValueStore wi
- Monotouch PInvoke System.EntryPointNotFoundExcepti
- MonoTouch.Dialog: Dismissing a Keyboard
相关文章
- Visual Studio Code, MAC OS X, OmniSharp server is
- Bundling the Windows Mono runtime with an applicat
- How to use native C++ libraries in Mono for Androi
- Install mod_mono on Mac OSX
- UTF-16 safe substring in C# .NET
- Which Linux distribution is best for developing a
- How to programmatically select a row in UITableVie
- Get control's dimensions in CustomRenderer (Xa
Are you using ModernHttpClient? If not, give it a shot. It's available as a component and on github. It's a drop in replacement for HttpClient that performs a lot better.