Skip to content

Commit

Permalink
[mobile] Add extra HttpClientHandler linker substitution (#64818)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
  • Loading branch information
3 people committed Feb 7, 2022
1 parent af1c2db commit 179ffff
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
<assembly fullname="System.Net.Http">
<type fullname="System.Net.Http.HttpClientHandler">
<method signature="System.Boolean get_IsNativeHandlerEnabled()" body="stub" value="false" feature="System.Net.Http.UseNativeHttpHandler" featurevalue="false" />
<method signature="System.Boolean get_IsNativeHandlerEnabled()" body="stub" value="true" feature="System.Net.Http.UseNativeHttpHandler" featurevalue="true" />
</type>
</assembly>
</linker>

0 comments on commit 179ffff

Please sign in to comment.