7 references to IPAddress
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\IPAddressUtil.cs (1)
37IPAddress ipAddress = new IPAddress(new ReadOnlySpan<byte>(addressInfo->AddressBytes, addressInfo->NumAddressBytes));
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
116var address = new IPAddress(new ReadOnlySpan<byte>(ai->AddressBytes, ai->NumAddressBytes));
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (1)
384IPAddress ipAddress = new IPAddress(addressBytes);
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
88return new IPAddress(addressBytes);
System.Net.Primitives (2)
System\Net\IPAddress.cs (2)
180this(new ReadOnlySpan<byte>(address ?? ThrowAddressNullException())) 773public ReadOnlyIPAddress(ReadOnlySpan<byte> newAddress) : base(newAddress)
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509SubjectAlternativeNameExtension.cs (1)
73yield return new IPAddress(value);