doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
729 stars 125 forks source link

Configuration In Xamarin Shell #241

Open Boukri opened 2 years ago

Boukri commented 2 years ago

How to impliment this part of code in xamarin shell var app = new App(); var mainPage = app.MainPage as MainPage; mainPage.AddExpectedException(typeof(Java.Net.SocketException)); mainPage.AddExpectedException(typeof(Java.Net.SocketTimeoutException)); LoadApplication(app);