I'm using the WifiManager with WifiConfiguration to create a WiFi connection on an Android device. This all works successfully and I can happily create a WiFi connection in the OS.
I would now like to allow the user to provide proxy details, host, port, username and password. I cannot see any mechanism in the WifiConfiguration or WifiManager to set the proxy details.
Does anyone know how to set proxy details when creating a WiFi connection.
UPDATE: This issue is specific to Xamarin, there are other topics in stackoverflow that detail solutions in native Android, but here I am looking for a Xamarin solution.