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