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

◆ SetAddressFamily() [4/4]

static void System.Net.SocketAddressPal.SetAddressFamily ( byte[] buffer,
AddressFamily family )
inlinestatic

Definition at line 13 of file SocketAddressPal.cs.

14 {
15 if (family > (AddressFamily)65535)
16 {
17 throw new PlatformNotSupportedException();
18 }
20 }
static void WriteUInt16LittleEndian(Span< byte > destination, ushort value)

References System.buffer, and System.Buffers.Binary.BinaryPrimitives.WriteUInt16LittleEndian().