12 references to IPAddress
Aspire.Hosting.Azure.PostgreSQL (4)
AzurePostgresExtensions.cs (4)
398
StartIPAddress = new
IPAddress
([0, 0, 0, 0]),
399
EndIPAddress = new
IPAddress
([0, 0, 0, 0])
409
StartIPAddress = new
IPAddress
([0, 0, 0, 0]),
410
EndIPAddress = new
IPAddress
([255, 255, 255, 255])
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\IPAddressUtil.cs (1)
37
IPAddress ipAddress = new
IPAddress
(new ReadOnlySpan<byte>(addressInfo->AddressBytes, addressInfo->NumAddressBytes));
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
116
var address = new
IPAddress
(new ReadOnlySpan<byte>(ai->AddressBytes, ai->NumAddressBytes));
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (1)
384
IPAddress ipAddress = new
IPAddress
(addressBytes);
System\Net\NetworkInformation\UnicastIPAddressInformation.cs (1)
88
return new
IPAddress
(addressBytes);
System.Net.Primitives (2)
System\Net\IPAddress.cs (2)
180
this
(new ReadOnlySpan<byte>(address ?? ThrowAddressNullException()))
778
public ReadOnlyIPAddress(ReadOnlySpan<byte> newAddress) :
base
(newAddress)
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509SubjectAlternativeNameExtension.cs (1)
73
yield return new
IPAddress
(value);
TlsFeaturesObserve (1)
HttpSys\HttpSysConfigurator.cs (1)
19
var ipPort = new IPEndPoint(new
IPAddress
([0, 0, 0, 0]), 6000);