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

◆ NetworkToHostOrder() [3/3]

static short System.Net.IPAddress.NetworkToHostOrder ( short network)
inlinestaticinherited

Definition at line 445 of file IPAddress.cs.

446 {
447 return HostToNetworkOrder(network);
448 }
static long HostToNetworkOrder(long host)
Definition IPAddress.cs:408

References System.Net.IPAddress.HostToNetworkOrder().