We apparently missed this one in #938.
Proposed API
namespaceSystem.Net.Sockets{publicpartialclassSocket:IDisposable{// existing: public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation);publicintReceiveMessageFrom(Span<byte>buffer,refSystem.Net.Sockets.SocketFlagssocketFlags,refSystem.Net.EndPointremoteEP,outSystem.Net.Sockets.IPPacketInformationipPacketInformation);}
We apparently missed this one in #938.
Proposed API