Open
Description
Forking #68591 (comment) to a new issue.
IPAddress.Address
is the most efficient way to get the IPv4 value, however it doesn't make sense and throws for IPv6, so we made it obsolete.
We should consider unobsoleting it or creating a new, equivalent property with a name that describes the purpose and the limitations better, for example:
public class IPAddress
{
public long IPv4Value { get; }
}