-
Working with the Http File transfer manager I found that the HttpTransferManager uses the Wi-Fi connection only. Is it possible to switch on the cellular data connection for the Http transfer manager? Maybe you know how to switch the connections? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
HttpTransferRequest.UseMeteredConnection = true |
Beta Was this translation helpful? Give feedback.
https://github.com/shinyorg/shiny/blob/260-dev/src/Shiny.Net.Http/Platforms/Android/HttpTransferManager.cs#L122
HttpTransferRequest.UseMeteredConnection = true