3 references to IPEndPointExtensions
System.Net.Sockets (3)
src\libraries\Common\src\System\Net\SocketAddressExtensions.cs (1)
11
public 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));