System.Net.Sockets.SocketReceiveMessageFromResult
namespace System.Net.Sockets
{
public struct SocketReceiveMessageFromResult
{
public int ReceivedBytes;
public EndPoint RemoteEndPoint;
public IPPacketInformation PacketInformation;
public SocketFlags SocketFlags;
}
}