Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IPAddress()
[2/7]
System.Net.IPAddress.IPAddress
(
byte[]
address
,
long
scopeid
)
inline
Definition at line
239
of file
IPAddress.cs
.
240
:
this
(
new
ReadOnlySpan<byte>(address ??
ThrowAddressNullException
()), scopeid)
241
{
242
}
System.Net.IPAddress.ThrowAddressNullException
static byte[] ThrowAddressNullException()
Definition
IPAddress.cs:544
System
Net
IPAddress
Generated by
1.10.0