Respect offset in Socket.ReceiveMessageFrom(saea) on Windows (#47642)
authorAnton Firszov <Anton.Firszov@microsoft.com>
Tue, 2 Feb 2021 12:48:41 +0000 (13:48 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Feb 2021 12:48:41 +0000 (13:48 +0100)
commitf47c1b500e4cb9895ae5b34c7050c577aa9fb187
tree84099b66dcdb31e0a99538c2fb2635b91e31d395
parent9104f3cc5e933be84551ff3bc729ce28aa547241
Respect offset in Socket.ReceiveMessageFrom(saea) on Windows (#47642)

Fixes #47637, and adds ReceiveSent_UDP_Success test to both ReceiveFrom and ReceiveMessageFrom
src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketAsyncEventArgs.Windows.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/ReceiveFrom.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/ReceiveMessageFrom.cs