System.Net.Sockets.SocketReceiveFromResult public struct SocketReceiveFromResult Documentation Code namespace System.Net.Sockets { public struct SocketReceiveFromResult { public int ReceivedBytes; public EndPoint RemoteEndPoint; } }