How would I detect in code whether a computer's Ethernet port is Auto-MDIX, and therefore can use a regular Ethernet cable (-not crossover) to connect to another computer?
I've looked in NetworkInterface
's properties and searched for this, but I might be using the wrong search terms.
Both .net and UWP welcome.