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

◆ HostToNetworkOrder() [1/3]

static int System.Net.IPAddress.HostToNetworkOrder ( int host)
inlinestaticinherited

Definition at line 417 of file IPAddress.cs.

418 {
419 if (!BitConverter.IsLittleEndian)
420 {
421 return host;
422 }
424 }
static sbyte ReverseEndianness(sbyte value)

References System.BitConverter.IsLittleEndian, and System.Buffers.Binary.BinaryPrimitives.ReverseEndianness().