2 references to CreateIPEndPoint
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (2)
328
_localEndPoint = IPEndPointExtensions.
CreateIPEndPoint
(buffer.Slice(0, size));
374
_remoteEndPoint = IPEndPointExtensions.
CreateIPEndPoint
(buffer.Slice(0, size));