We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b52402 commit f8b806dCopy full SHA for f8b806d
src/ModernHttpClient/Android/OkHttpNetworkHandler.cs
@@ -14,7 +14,7 @@
14
15
namespace ModernHttpClient
16
{
17
- public class NativeMessageHandler : HttpMessageHandler
+ public class NativeMessageHandler : HttpClientHandler
18
19
readonly OkHttpClient client = new OkHttpClient();
20
readonly bool throwOnCaptiveNetwork;
src/ModernHttpClient/iOS/NSUrlSessionHandler.cs
@@ -29,7 +29,7 @@ class InflightOperation
29
public bool IsCompleted { get; set; }
30
}
31
32
33
34
readonly NSUrlSession session;
35
0 commit comments