Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix: updating deprecated AndroidClientHandler to AndroidMessageHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 21, 2023
1 parent 112c2fb commit 973b38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private static Func<HttpProperties, HttpMessageHandler> PlatformGetHttpMessageHa
TimeSpan connectTimeout,
IWebProxy proxy
) =>
p => new AndroidClientHandler()
p => new AndroidMessageHandler()
{
ConnectTimeout = connectTimeout,
Proxy = proxy
Expand Down

0 comments on commit 973b38c

Please sign in to comment.