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

◆ NetworkToHostOrder() [1/3]

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

Definition at line 440 of file IPAddress.cs.

441 {
442 return HostToNetworkOrder(network);
443 }
static long HostToNetworkOrder(long host)
Definition IPAddress.cs:408

References System.Net.IPAddress.HostToNetworkOrder().