I'm working on an app that needs to change DNS servers on an active Wi-Fi connection.
I get WiFiConfiguration
object of active WiFi
connection and I know about linkProperties
property of Java's WiFiConfiguration
. But Mono's WifiConfiguration
does not contain this feature; as it can get around this situation?