3 references to IPEndPointExtensions
System.Net.Sockets (3)
src\libraries\Common\src\System\Net\SocketAddressExtensions.cs (1)
11public static IPAddress GetIPAddress(this SocketAddress socketAddress) => IPEndPointExtensions.GetIPAddress(socketAddress.Buffer.Span);
System\Net\Sockets\Socket.cs (2)
327_localEndPoint = IPEndPointExtensions.CreateIPEndPoint(buffer.Slice(0, size)); 373_remoteEndPoint = IPEndPointExtensions.CreateIPEndPoint(buffer.Slice(0, size));