public void Send(SequencedAddressItem Packet, IPEndPoint ep) { byte[] b = Packet.toByteArray(); m_exclusive_conn.Send(b, b.Length, ep); }