You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
I have a scenario where I usually connect to a private WIFI hotspot for internet access and the Ethernet LAN for connecting to office resources like printer, file shares etc.
I used to connect to same office wifi before but due to speed issues, i switched to my own private hotspot instead.
The internal office connection required a proxy to connect to internet but my hotspot, when connected via WIFI doesnt require. Either way, whenever the ethernet lan is connected, I do not want to connect via proxy if the WIFI is connected to private hotspot. What could be a way? is there any way that i can combine conditional method and query bundling information from two different bindings so that if ETHERNET and HOTSPOT then do this otherwise do that
I have a scenario where I usually connect to a private WIFI hotspot for internet access and the Ethernet LAN for connecting to office resources like printer, file shares etc.
I used to connect to same office wifi before but due to speed issues, i switched to my own private hotspot instead.
The internal office connection required a proxy to connect to internet but my hotspot, when connected via WIFI doesnt require. Either way, whenever the ethernet lan is connected, I do not want to connect via proxy if the WIFI is connected to private hotspot. What could be a way? is there any way that i can combine conditional method and query bundling information from two different bindings so that if ETHERNET and HOTSPOT then do this otherwise do that