internal UdpStream(UdpSocket socket, IntPtr handle) : base(socket.Context, handle) { this.parent = socket; }