Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IPv6Loopback

readonly IPAddress System.Net.IPAddress.IPv6Loopback
staticinherited
Initial value:
= new IPAddress((ReadOnlySpan<byte>)new byte[16]
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 1
}, 0L)
IPAddress(long newAddress)
Definition IPAddress.cs:230

Definition at line 33 of file IPAddress.cs.

Referenced by System.Net.IPAddress.IsLoopback().