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

◆ Serialize()

override SocketAddress System.Net.IPEndPoint.Serialize ( )
inlinevirtual

Reimplemented from System.Net.EndPoint.

Definition at line 128 of file IPEndPoint.cs.

129 {
130 return new SocketAddress(Address, Port);
131 }

References System.Net.IPEndPoint.Address, and System.Net.IPEndPoint.Port.

Referenced by System.Net.NameResolutionPal.TryGetNameInfo().